guix-commits
[Top][All Lists]
Advanced

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

12/13: gnu: libgee: Update to 0.20.2.


From: guix-commits
Subject: 12/13: gnu: libgee: Update to 0.20.2.
Date: Sun, 29 Sep 2019 11:37:02 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 4c2c5ae64146369f765761a6332c932b985adec9
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Sep 29 17:33:00 2019 +0200

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



reply via email to

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