mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 17:01:51 -05:00
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>
This commit is contained in:
parent
c35abdaeeb
commit
40dbdb2395
1 changed files with 2 additions and 2 deletions
|
@ -9038,7 +9038,7 @@ (define-public gnome-bluetooth
|
|||
(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 @@ (define-public gnome-control-center
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0yhcm0c0ghkfqswqlkwcln3jpaz6jzvqaph2c3lgmv635w2nash6"))
|
||||
"0mz134argczbkfnxzqsfa1vydx3v44wrldcczyzjanvrq7ia7hli"))
|
||||
(patches
|
||||
(search-patches
|
||||
"gnome-control-center-firmware-security.patch"))))
|
||||
|
|
Loading…
Reference in a new issue