apteryx pushed a commit to branch elogind-updates
in repository guix.

commit 980b05a7c3169f2b4b0ecd87f458ce837b7a5a77
Author: Maxim Cournoyer <maxim.courno...@gmail.com>
AuthorDate: Fri Apr 4 22:12:52 2025 +0900

    gnu: gnome-control-center: Update to 46.8.
    
    * gnu/packages/gnome.scm (gnome-control-center): Update to 46.8.
    
    Change-Id: I5e93c81f6b544a0f6fd8e175cbe2db12a73ef622
---
 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 050a0118fe..cc3a2ddeb8 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9425,7 +9425,7 @@ Libadwaita.")
 (define-public gnome-control-center
   (package
     (name "gnome-control-center")
-    (version "46.6")
+    (version "46.8")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -9433,7 +9433,7 @@ Libadwaita.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "18wlnywsb429spl71qan6yiqpgqgqw48jbsx14abffgkfgsa4wfs"))))
+                "0q4frcgq3466f9f12p7s63371msngwhf71lpj1dy6hj25wgagl0s"))))
     (build-system meson-build-system)
     (arguments
      (list

Reply via email to