lilyp pushed a commit to branch gnome-team
in repository guix.

commit 4765998962984eefa84f2a3cca0b218ab582b656
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sat Jul 13 09:50:03 2024 +0200

    gnu: baobab: Update to 46.0.
    
    * gnu/packages/gnome.scm (baobab): Update to 46.0.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 79ba752811..f7d72d4e07 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10018,7 +10018,7 @@ files.")
 (define-public baobab
   (package
     (name "baobab")
-    (version "44.0")
+    (version "46.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -10027,7 +10027,7 @@ files.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1h5zl7pvpp8yryi7j0cjzy1k89vlphdmfv0jr1l4bmr3j6xn6nw4"))))
+                "0z73fad2c6qqv65d4q41kmfng65chp7ynywz02jp2mnhh9ffykff"))))
     (build-system meson-build-system)
     (arguments
      '(#:glib-or-gtk? #t

Reply via email to