mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 18:29:28 +01:00
gnu: gnome-color-manager: Update to 3.36.0.
* gnu/packages/gnome.scm (gnome-color-manager): Update to 3.36.0.
This commit is contained in:
parent
292fbd1edf
commit
68b3a8c17e
1 changed files with 2 additions and 2 deletions
|
@ -1219,7 +1219,7 @@ in particular in the GNOME desktop.")
|
||||||
(define-public gnome-color-manager
|
(define-public gnome-color-manager
|
||||||
(package
|
(package
|
||||||
(name "gnome-color-manager")
|
(name "gnome-color-manager")
|
||||||
(version "3.32.0")
|
(version "3.36.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||||
|
@ -1227,7 +1227,7 @@ in particular in the GNOME desktop.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1vpxa2zjz3lkq9ldjg0fl65db9s6b4kcs8nyaqfz3jygma7ifg3w"))))
|
"0fxdng74d8hwhfx1nwl1i4jx9h9f6c2hkyc12f01kqbjcimrxnwx"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:glib-or-gtk? #t
|
`(#:glib-or-gtk? #t
|
||||||
|
|
Loading…
Add table
Reference in a new issue