diff options
| author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2024-07-13 09:50:03 +0200 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-03-02 20:31:25 +0100 |
| commit | 0d8fe1e48019988388b50476dfef985e52d41cbf (patch) | |
| tree | b8e10494f490e0e49416175c8538eda97c53e726 /gnu | |
| parent | 2f3c6041c1b3f3cc6bbae12f22c6e69dedc55b65 (diff) | |
gnu: baobab: Update to 46.0.
* gnu/packages/gnome.scm (baobab): Update to 46.0.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index ad8691b6e3c..0e4350dbb5f 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -10022,7 +10022,7 @@ files.") (define-public baobab (package (name "baobab") - (version "44.0") + (version "46.0") (source (origin (method url-fetch) (uri (string-append @@ -10031,7 +10031,7 @@ files.") name "-" version ".tar.xz")) (sha256 (base32 - "1h5zl7pvpp8yryi7j0cjzy1k89vlphdmfv0jr1l4bmr3j6xn6nw4")))) + "0z73fad2c6qqv65d4q41kmfng65chp7ynywz02jp2mnhh9ffykff")))) (build-system meson-build-system) (arguments '(#:glib-or-gtk? #t |
