guix-commits
[Top][All Lists]
Advanced

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

62/117: gnu: libgee: Update to 0.20.4.


From: guix-commits
Subject: 62/117: gnu: libgee: Update to 0.20.4.
Date: Tue, 23 Mar 2021 19:25:52 -0400 (EDT)

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

commit b0494044ce67c7256d257945252d271e17a37c3c
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Tue Mar 23 20:42:19 2021 +0100

    gnu: libgee: Update to 0.20.4.
    
    * gnu/packages/gnome.scm (libgee): Update to 0.20.4.
---
 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 cf19b55..4731bf5 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6802,7 +6802,7 @@ wraps things up in a developer-friendly way.")
 (define-public libgee
   (package
     (name "libgee")
-    (version "0.20.3")
+    (version "0.20.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/libgee/"
@@ -6810,7 +6810,7 @@ wraps things up in a developer-friendly way.")
                                   "libgee-" version ".tar.xz"))
               (sha256
                (base32
-                "1pm525wm11dhwz24m8bpcln9547lmrigl6cxf3qsbg4cr3pyvdfh"))))
+                "03nyf8n7i7f67fsh220g52slmihdk1lv4iwspm7xmkgrj3rink2j"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

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