guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/117: gnu: gnome-color-manager: Update to 3.36.0.


From: guix-commits
Subject: 10/117: gnu: gnome-color-manager: Update to 3.36.0.
Date: Tue, 23 Mar 2021 19:25:35 -0400 (EDT)

lle_bout pushed a commit to branch wip-gnome-40
in repository guix.

commit 0f22474448ad932dc19fb69ba4b4427b7c395158
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Tue Mar 23 20:28:32 2021 +0100

    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 273242f..736645d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1192,7 +1192,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 "/"
@@ -1200,7 +1200,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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]