guix-commits
[Top][All Lists]
Advanced

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

25/117: gnu: gcr: Update to 3.38.1.


From: guix-commits
Subject: 25/117: gnu: gcr: Update to 3.38.1.
Date: Tue, 23 Mar 2021 19:25:40 -0400 (EDT)

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

commit 2c3ab399cab8e1f94e179ca8191d79e6c6e6307d
Author: Léo Le Bouter <lle-bout@zaclys.net>
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 f631142..eef71bf 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2342,7 +2342,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 "/"
@@ -2350,7 +2350,7 @@ the font would look under various sizes.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0925snsixzkwh49xiayqmj6fcrmklqk8kyy0jkv7m64h9abm1pr9"))))
+                "1jcyin316qx6ds4db1s611237h82n4xn90ibqyqmz9lk9afazz0p"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases



reply via email to

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