guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: gnome-control-center: Update to 42.4.


From: guix-commits
Subject: 01/05: gnu: gnome-control-center: Update to 42.4.
Date: Sat, 29 Oct 2022 04:38:47 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 42c83153168e4a637cdfda06c8f90686e5b7018c
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Sat Oct 29 09:28:11 2022 +0100

    gnu: gnome-control-center: Update to 42.4.
    
    * gnu/packages/gnome.scm (gnome-control-center): Update to 42.4.
---
 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 38c998d22a..51e8b4a5d7 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9084,7 +9084,7 @@ devices using the GNOME desktop.")
 (define-public gnome-control-center
   (package
     (name "gnome-control-center")
-    (version "42.3")
+    (version "42.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -9092,7 +9092,7 @@ devices using the GNOME desktop.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0zhw6hcrrcpq1zjkyzr5ipznxnzd2aczrqd7n2y7xbz21mjy62nf"))))
+                "1ln5rch6zbfh3vl2nnnmw39bylgg38rin6xp7ra0ra4ay3wv3gvs"))))
     (build-system meson-build-system)
     (arguments
      (list



reply via email to

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