diff options
author | Vivien Kraus <vivien@planete-kraus.eu> | 2023-11-21 08:05:43 +0100 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-12-02 17:08:54 +0100 |
commit | 40dbdb2395469521139745f6e8b894e9da6d0626 (patch) | |
tree | c1cad10081b42bdb0b74e6032f5a26a6a6aea5d7 /gnu | |
parent | c35abdaeeb74770b226097a661e504bf25a914c6 (diff) | |
download | guix-40dbdb2395469521139745f6e8b894e9da6d0626.tar.gz guix-40dbdb2395469521139745f6e8b894e9da6d0626.zip |
gnu: gnome-control-center: Update to 44.4.
* gnu/packages/gnome.scm (gnome-control-center): Update to 44.4.
Change-Id: I04b830ef49c7a2e3770e210dc7f6f3555105af31
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Diffstat (limited to 'gnu')
-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 0a160f4326..6b68707b25 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -9038,7 +9038,7 @@ devices using the GNOME desktop.") (define-public gnome-control-center (package (name "gnome-control-center") - (version "44.3") + (version "44.4") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -9046,7 +9046,7 @@ devices using the GNOME desktop.") name "-" version ".tar.xz")) (sha256 (base32 - "0yhcm0c0ghkfqswqlkwcln3jpaz6jzvqaph2c3lgmv635w2nash6")) + "0mz134argczbkfnxzqsfa1vydx3v44wrldcczyzjanvrq7ia7hli")) (patches (search-patches "gnome-control-center-firmware-security.patch")))) |