guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.

commit 9453186a61566b0b14e0e075185d79d74a519cdf
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon May 19 14:01:18 2025 +0900

    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 72c575fe18..320a279606 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1161,7 +1161,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 "/"
@@ -1169,7 +1169,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

Reply via email to