guix-commits
[Top][All Lists]
Advanced

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

07/10: gnu: libsecret: Update to 0.18.8.


From: guix-commits
Subject: 07/10: gnu: libsecret: Update to 0.18.8.
Date: Sat, 2 Mar 2019 16:25:01 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit b0251c71c7b80f420f30218bc7cfd829db5aa521
Author: Marius Bakke <address@hidden>
Date:   Sat Mar 2 15:55:52 2019 +0100

    gnu: libsecret: Update to 0.18.8.
    
    * gnu/packages/gnome.scm (libsecret): Update to 0.18.8.
---
 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 55032fd..8c5cb17 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2683,7 +2683,7 @@ and the GLib main loop, to integrate well with GNOME 
applications.")
 (define-public libsecret
   (package
     (name "libsecret")
-    (version "0.18.7")
+    (version "0.18.8")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2692,7 +2692,7 @@ and the GLib main loop, to integrate well with GNOME 
applications.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "11ylmcfx6ff7xd1gpi58i2nbma83lz2xg0g2dq23w6snqhgzwrhd"))))
+                "058x64689k55wxfkdp4svhnwvv8jmqm7z5mrynybl38f4sfqiyiv"))))
     (build-system gnu-build-system)
     (outputs '("out" "doc"))
     (arguments



reply via email to

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