mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: gnome-control-center: Update to 3.20.1.
* gnu/packages/gnome.scm (gnome-control-center): Update to 3.20.1.
This commit is contained in:
parent
906943dfd3
commit
8b6b7c7361
1 changed files with 2 additions and 2 deletions
|
@ -4524,7 +4524,7 @@ (define-public gnome-bluetooth
|
|||
(define-public gnome-control-center
|
||||
(package
|
||||
(name "gnome-control-center")
|
||||
(version "3.20.0")
|
||||
(version "3.20.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||
|
@ -4532,7 +4532,7 @@ (define-public gnome-control-center
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"10yncjq5hmaqbr8kjf8s729kn11as705vfx32nxahi7229v31rxp"))))
|
||||
"1vd1h31vwyq7ss5f1151gx1vdsy35sjmapjmmz7x73ppc3y78r6f"))))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(arguments
|
||||
'(#:phases
|
||||
|
|
Loading…
Reference in a new issue