guix-commits
[Top][All Lists]
Advanced

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

05/09: gnu: libgee: Update to 0.20.0.


From: Marius Bakke
Subject: 05/09: gnu: libgee: Update to 0.20.0.
Date: Wed, 24 May 2017 15:46:46 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit afd8e16b150d0d0f6f78e42e48e5cd33be125a32
Author: Marius Bakke <address@hidden>
Date:   Wed May 24 19:43:32 2017 +0200

    gnu: libgee: Update to 0.20.0.
    
    * gnu/packages/gnome.scm (libgee): Update to 0.20.0.
---
 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 bda4cab..2ad2274 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3947,7 +3947,7 @@ wraps things up in a developer-friendly way.")
 (define-public libgee
   (package
     (name "libgee")
-    (version "0.18.1")
+    (version "0.20.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -3955,7 +3955,7 @@ wraps things up in a developer-friendly way.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "18ir5264bhdg76kcjn8i5bfs1vz89qqn2py20aavm2cwbaz6ns4r"))))
+                "1fy24dr8imrjlmsqj1syn0gi139gba6hwk3j5vd6sr3pxniqnc11"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

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