summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2025-05-19 14:01:18 +0900
committerAndreas Enge <andreas@enge.fr>2026-03-06 14:53:11 +0100
commit840d9ceb1952f6989a69005f206dfe3f92384c6e (patch)
tree9df05cf6f2c99808599cd47159856c6633b2440c
parent2a39ff493ff3e3ad0dcabf57f7f54ceffe7a2b53 (diff)
gnu: gnome-color-manager: Update to 3.36.2.
* gnu/packages/gnome.scm (gnome-color-manager): Update to 3.36.2. Change-Id: Ie539d05916dbe4b2873fae8510d8693b425d848a
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 864e15d4b8d..5a5a06f8d33 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1163,7 +1163,7 @@ in particular in the GNOME desktop.")
(define-public gnome-color-manager
(package
(name "gnome-color-manager")
- (version "3.36.0")
+ (version "3.36.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -1171,7 +1171,7 @@ in particular in the GNOME desktop.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0fxdng74d8hwhfx1nwl1i4jx9h9f6c2hkyc12f01kqbjcimrxnwx"))))
+ "0zw87bipnk4s8qcb659gd5n3i1lz1fzq43l81ggnd9afpcmd811r"))))
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t