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

commit 0e9feda1caa18285150baa61448004ebd46645cb
Author: Maxim Cournoyer <maxim.courno...@gmail.com>
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 b36939ef91..a4beb3d370 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10205,7 +10205,7 @@ files.")
 (define-public baobab
   (package
     (name "baobab")
-    (version "46.0")
+    (version "48.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -10214,7 +10214,7 @@ files.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0z73fad2c6qqv65d4q41kmfng65chp7ynywz02jp2mnhh9ffykff"))))
+                "1nkgna3qgmdcqf0pnlmcnzy9sv0cy7pfgrqvb4ipz04xsh22anal"))))
     (build-system meson-build-system)
     (arguments
      '(#:glib-or-gtk? #t

Reply via email to