[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/15: gnu: gnome-color-manager: Update to 3.36.0.
From: |
guix-commits |
Subject: |
10/15: gnu: gnome-color-manager: Update to 3.36.0. |
Date: |
Sun, 26 Sep 2021 05:08:41 -0400 (EDT) |
mothacehe pushed a commit to branch wip-gnome40
in repository guix.
commit 674c5348b04695498b881cf07e6e770eaf6ea4fb
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sun Sep 26 07:50:35 2021 +0000
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 ac73990..c412067 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1219,7 +1219,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 "/"
@@ -1227,7 +1227,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
- 08/15: gnu: gnome-settings-daemon: Update to 40.0.1., (continued)
- 08/15: gnu: gnome-settings-daemon: Update to 40.0.1., guix-commits, 2021/09/26
- 11/15: gnu: Remove gnome-getting-started-docs., guix-commits, 2021/09/26
- 13/15: gnu: gnome-control-center: Update to 40.1., guix-commits, 2021/09/26
- 15/15: gnu: gdm: Update to 40.1., guix-commits, 2021/09/26
- 04/15: gnu: graphene: Update to 1.10.6., guix-commits, 2021/09/26
- 12/15: gnu: gnome-initial-setup: Update to 40.4., guix-commits, 2021/09/26
- 14/15: gnu: accountsservice: Update to 0.6.55., guix-commits, 2021/09/26
- 01/15: gnu: gsettings-desktop-schemas: Update to 40.0., guix-commits, 2021/09/26
- 09/15: gnu: gnome-keyring: Update to 40.0., guix-commits, 2021/09/26
- 07/15: gnu: gnome-user-share: Update to 3.34.0., guix-commits, 2021/09/26
- 10/15: gnu: gnome-color-manager: Update to 3.36.0.,
guix-commits <=