guix-commits
[Top][All Lists]
Advanced

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

59/97: gnu: libsecret: Update to 0.18.5.


From: Ludovic Courtès
Subject: 59/97: gnu: libsecret: Update to 0.18.5.
Date: Wed, 13 Apr 2016 17:31:48 +0000

civodul pushed a commit to branch gnome-updates
in repository guix.

commit 1782fa38745f1266dbc2ae3e73e7ea4a1728edb7
Author: 宋文武 <address@hidden>
Date:   Thu Apr 7 07:42:41 2016 +0800

    gnu: libsecret: Update to 0.18.5.
    
    * gnu/packages/gnome.scm (libsecret): Update to 0.18.5.
---
 gnu/packages/gnome.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index a1d4eb1..e216a4e 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2120,7 +2120,7 @@ and the GLib main loop, to integrate well with GNOME 
applications.")
 (define-public libsecret
   (package
     (name "libsecret")
-    (version "0.18.3")
+    (version "0.18.5")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2129,7 +2129,7 @@ and the GLib main loop, to integrate well with GNOME 
applications.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1jc4pw6pb5igwasj0ms1zx80w63c11myziz3ydj0cr5lb861vgzj"))))
+                "1cychxc3ff8fp857iikw0n2s13s2mhw2dn1mr632f7w3sn6vvrww"))))
     (build-system gnu-build-system)
     (outputs '("out" "doc"))
     (arguments



reply via email to

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