guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: libsecret: Update to 0.18.6.


From: Tobias Geerinckx-Rice
Subject: 03/03: gnu: libsecret: Update to 0.18.6.
Date: Sat, 31 Mar 2018 18:15:40 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit bca1bec5df7b4ac583feb5bb24bcbda3488d2db2
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Mar 30 11:47:17 2018 +0200

    gnu: libsecret: Update to 0.18.6.
    
    * gnu/packages/gnome.scm (libsecret): Update to 0.18.6.
---
 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 3c60b8d..ed9f54b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2579,7 +2579,7 @@ and the GLib main loop, to integrate well with GNOME 
applications.")
 (define-public libsecret
   (package
     (name "libsecret")
-    (version "0.18.5")
+    (version "0.18.6")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2588,7 +2588,7 @@ and the GLib main loop, to integrate well with GNOME 
applications.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1cychxc3ff8fp857iikw0n2s13s2mhw2dn1mr632f7w3sn6vvrww"))))
+                "0vynag97a9bnnb8ipah45av8xg8jzmhd572rw3zj78s1pa8ciysy"))))
     (build-system gnu-build-system)
     (outputs '("out" "doc"))
     (arguments



reply via email to

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