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: Sat, 16 Apr 2016 09:49:32 +0000

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

commit 00748a038ca4766e80087cb31589f2519cd1683f
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 a5b845b..39adabd 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2121,7 +2121,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
@@ -2130,7 +2130,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]