guix-commits
[Top][All Lists]
Advanced

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

06/13: gnu: gcr: Update to 4.1.0.


From: guix-commits
Subject: 06/13: gnu: gcr: Update to 4.1.0.
Date: Mon, 1 Jan 2024 15:53:19 -0500 (EST)

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

commit 23be219c05ab6d03b3f98e6907992340c31931a8
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Tue Nov 14 12:09:51 2023 +0100

    gnu: gcr: Update to 4.1.0.
    
    * gnu/packages/gnome.scm (gcr): Update to 4.1.0.
    
    Change-Id: I95cb59b6850190573f6b3464bce1dbe8fc0f9354
    Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
 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 2b819c42af..7028940555 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2390,7 +2390,7 @@ the font would look under various sizes.")
 (define-public gcr
   (package
     (name "gcr")
-    (version "4.0.0")
+    (version "4.1.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -2398,7 +2398,7 @@ the font would look under various sizes.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0z7cviri25qy2v042hw6x731bj1azpx8plrd7ssbmrqf9y95an64"))))
+                "10x3yg0vp22lpib4hfivr7140wn6iv0qha3f46wikaab50lsvslw"))))
     (build-system meson-build-system)
     (arguments
      (list



reply via email to

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