kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.
commit ece8c6b28262a9b5580985af5b71803a6bf6bbd8
Author: Kei Kebreau <[email protected]>
AuthorDate: Sun Apr 19 19:10:39 2020 -0400
gnu: gnome-color-manager: Update to 3.36.0.
* gnu/packages/gnome.scm (gnome-color-manager): Update to 3.36.0.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 1945862..756d1bb 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -355,7 +355,7 @@ in particular in the GNOME desktop.")
(define-public gnome-color-manager
(package
(name "gnome-color-manager")
- (version "3.32.0")
+ (version "3.36.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -363,7 +363,7 @@ in particular in the GNOME desktop.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1vpxa2zjz3lkq9ldjg0fl65db9s6b4kcs8nyaqfz3jygma7ifg3w"))))
+ "0fxdng74d8hwhfx1nwl1i4jx9h9f6c2hkyc12f01kqbjcimrxnwx"))))
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t