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

commit 792520bbd881f9473bb7ade139c4458d75935ff9
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon May 19 14:01:21 2025 +0900

    gnu: gnome-console: Update to 48.0.1.
    
    * gnu/packages/gnome.scm (gnome-console): Update to 48.0.1.
    
    Change-Id: I361be5aec71ac9300e56e23d20821e3acfcbe46c
---
 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 d609ab4072..78d36e1fda 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5557,7 +5557,7 @@ more fun.")
 (define-public gnome-console
   (package
     (name "gnome-console")
-    (version "46.0")
+    (version "48.0.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/gnome-console/"
@@ -5565,7 +5565,7 @@ more fun.")
                                   "gnome-console-" version ".tar.xz"))
               (sha256
                (base32
-                "0gkc3lirfb59fhbmmm8l8l3sabhriiv593vi0g4w1ckk2xqcw68n"))))
+                "0jawn2fqhpx4inpmx0fn2jfslwl2v4lbpwfla2qzrg5f9n7913h1"))))
     (build-system meson-build-system)
     (arguments
      (list #:glib-or-gtk? #t

Reply via email to