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

commit 1a05dd76d72ebb02c0c18c2450ea4079903d1848
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon May 19 14:01:22 2025 +0900

    gnu: baobab: Update to 48.0.
    
    * gnu/packages/gnome.scm (baobab): Update to 48.0.
    
    Change-Id: I550f946a86b8286b2a1c4ac4ba43876df2b634d5
---
 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 c99925de7a..110e6bde1c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9914,7 +9914,7 @@ files.")
 (define-public baobab
   (package
     (name "baobab")
-    (version "46.0")
+    (version "48.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -9923,7 +9923,7 @@ files.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0z73fad2c6qqv65d4q41kmfng65chp7ynywz02jp2mnhh9ffykff"))))
+                "1nkgna3qgmdcqf0pnlmcnzy9sv0cy7pfgrqvb4ipz04xsh22anal"))))
     (build-system meson-build-system)
     (arguments
      '(#:glib-or-gtk? #t

Reply via email to