diff options
author | Christopher Baines <mail@cbaines.net> | 2022-10-29 09:28:11 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2022-10-29 09:28:11 +0100 |
commit | 42c83153168e4a637cdfda06c8f90686e5b7018c (patch) | |
tree | 1ef220c611120ac58c6ee4e65c3b2b03c811c6cc | |
parent | 0a604c16b34f8147bf18e065e8b30d8d23cd8998 (diff) | |
download | guix-42c83153168e4a637cdfda06c8f90686e5b7018c.tar.gz |
gnu: gnome-control-center: Update to 42.4.
* gnu/packages/gnome.scm (gnome-control-center): Update to 42.4.
-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 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 |