guix-commits
[Top][All Lists]
Advanced

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

18/29: gnu: gcr@3: Update to 3.41.2.


From: guix-commits
Subject: 18/29: gnu: gcr@3: Update to 3.41.2.
Date: Sat, 24 Feb 2024 01:30:00 -0500 (EST)

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

commit bb88baf5668a7355e23f76f960fe977192310903
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Wed Feb 14 22:31:09 2024 +0100

    gnu: gcr@3: Update to 3.41.2.
    
    * gnu/packages/gnome.scm (gcr-3): Update to 3.41.2.
    
    Change-Id: I793d145775c4153386e7931ceb497d518248a120
    Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
    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 3b943fe408..53a688a53b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2481,7 +2481,7 @@ GNOME Desktop.")
   (package
     (inherit gcr)
     (name "gcr")
-    (version "3.41.1")
+    (version "3.41.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -2489,7 +2489,7 @@ GNOME Desktop.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0kx2pv272p0qc0nq1287gciyn34d95yxg41vq3lzxfzyqaijhwdv"))))
+                "1dqsgrb62fgmy4w63bjl3b525nil4idrrdcscia1h3isaly0zlds"))))
     (arguments
      (substitute-keyword-arguments (package-arguments gcr)
        ((#:phases phases)



reply via email to

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