lle_bout pushed a commit to branch wip-gnome-40
in repository guix.
commit 777bd97d58016c87a909cdbcde68d67d1f2bce32
Author: Léo Le Bouter <[email protected]>
AuthorDate: Tue Mar 23 20:33:31 2021 +0100
gnu: gcr: Update to 3.38.1.
* gnu/packages/gnome.scm (gcr): Update to 3.38.1.
---
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 593e3db..0dcaa79 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2343,7 +2343,7 @@ the font would look under various sizes.")
(define-public gcr
(package
(name "gcr")
- (version "3.34.0")
+ (version "3.38.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -2351,7 +2351,7 @@ the font would look under various sizes.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0925snsixzkwh49xiayqmj6fcrmklqk8kyy0jkv7m64h9abm1pr9"))))
+ "1jcyin316qx6ds4db1s611237h82n4xn90ibqyqmz9lk9afazz0p"))))
(build-system gnu-build-system)
(arguments
'(#:phases