guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit bfda6d2e880347ebe8c60d1e2f7a344e64ac466b
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Tue Oct 14 10:07:24 2025 +0200
gnu: gnome-console: Update to 48.1.
* gnu/packages/gnome.scm (gnome-console): Update to 48.1.
---
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 6dfe38bc1b..4d6d51d586 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5455,7 +5455,7 @@ more fun.")
(define-public gnome-console
(package
(name "gnome-console")
- (version "46.0")
+ (version "48.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/gnome-console/"
@@ -5463,7 +5463,7 @@ more fun.")
"gnome-console-" version ".tar.xz"))
(sha256
(base32
- "0gkc3lirfb59fhbmmm8l8l3sabhriiv593vi0g4w1ckk2xqcw68n"))))
+ "1kvb4wk9gzx4si4sxyz8hxy1qdnq514gqgjqnps1nnszzschklbh"))))
(build-system meson-build-system)
(arguments
(list #:glib-or-gtk? #t