me
/
guix
Archived
1
0
Fork 0

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>
master
Vivien Kraus 2023-11-21 08:05:43 +01:00 committed by Liliana Marie Prikler
parent c35abdaeeb
commit 40dbdb2395
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 2 additions and 2 deletions

View File

@ -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"))))