lilyp pushed a commit to branch gnome-team
in repository guix.
commit 77c2e0dda61372c0822ef9af17c100e017d0af01
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sun Jul 14 14:05:53 2024 +0200
gnu: gnome-console: Update to 46.0.
* gnu/packages/gnome.scm (gnome-console): 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 de47ec1ca9..7293f3f8d3 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5525,7 +5525,7 @@ more fun.")
(define-public gnome-console
(package
(name "gnome-console")
- (version "44.4")
+ (version "46.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/gnome-console/"
@@ -5533,7 +5533,7 @@ more fun.")
"gnome-console-" version ".tar.xz"))
(sha256
(base32
- "13asis4fabsm0wy3m6bk4k3bmnh6a9c9bwwpv6b3why0lvll87xr"))))
+ "0gkc3lirfb59fhbmmm8l8l3sabhriiv593vi0g4w1ckk2xqcw68n"))))
(build-system meson-build-system)
(arguments
(list #:glib-or-gtk? #t