guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: libgee: Update to 0.20.3.


From: guix-commits
Subject: 01/02: gnu: libgee: Update to 0.20.3.
Date: Wed, 4 Mar 2020 16:05:36 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 9cedae2aafa4df6b6a2ce25a285ef941badaf99a
Author: Efraim Flashner <address@hidden>
AuthorDate: Wed Mar 4 21:58:44 2020 +0200

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



reply via email to

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