guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

19/40: gnu: gnome-console: Update to 46.0.


From: guix-commits
Subject: 19/40: gnu: gnome-console: Update to 46.0.
Date: Fri, 16 Aug 2024 04:15:56 -0400 (EDT)

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

commit f169262073d84fd1405802f94933024202938626
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
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 aabb2dbef6..6cc2e65c81 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5523,7 +5523,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/"
@@ -5531,7 +5531,7 @@ more fun.")
                                   "gnome-console-" version ".tar.xz"))
               (sha256
                (base32
-                "13asis4fabsm0wy3m6bk4k3bmnh6a9c9bwwpv6b3why0lvll87xr"))))
+                "0gkc3lirfb59fhbmmm8l8l3sabhriiv593vi0g4w1ckk2xqcw68n"))))
     (build-system meson-build-system)
     (arguments
      (list #:glib-or-gtk? #t



reply via email to

[Prev in Thread] Current Thread [Next in Thread]