From ee743b5bd4af0b4d6148e044a9630d99fa7a8738 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Mon, 19 May 2025 14:01:18 +0900 Subject: [PATCH] gnu: gnome-color-manager: Update to 3.36.2. * gnu/packages/gnome.scm (gnome-color-manager): Update to 3.36.2. Change-Id: Ie539d05916dbe4b2873fae8510d8693b425d848a --- 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 ac4a7f90d16..b37c5b4072e 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1233,7 +1233,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 "/" @@ -1241,7 +1241,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