diff options
| author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-10-14 10:07:24 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-06 14:53:11 +0100 |
| commit | f7b6dca4cfa0bf4a671e8fee5166f288f67f48fd (patch) | |
| tree | 9f1a7fa7ce31c3a3870801c7d8e37072a1df7454 | |
| parent | af6948f51a877c08f9443c5939f436d235b38f74 (diff) | |
gnu: gnome-console: Update to 48.1.
* gnu/packages/gnome.scm (gnome-console): Update to 48.1.
| -rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 1635ec29eba..6a67fd80155 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5434,7 +5434,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/" @@ -5442,7 +5442,7 @@ more fun.") "gnome-console-" version ".tar.xz")) (sha256 (base32 - "0gkc3lirfb59fhbmmm8l8l3sabhriiv593vi0g4w1ckk2xqcw68n")))) + "1kvb4wk9gzx4si4sxyz8hxy1qdnq514gqgjqnps1nnszzschklbh")))) (build-system meson-build-system) (arguments (list #:glib-or-gtk? #t |
