guix-commits
[Top][All Lists]
Advanced

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

08/13: gnu: libsecret: Update to 0.20.3.


From: guix-commits
Subject: 08/13: gnu: libsecret: Update to 0.20.3.
Date: Mon, 11 May 2020 16:04:19 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit b05a2f62d414285746178c42fe548b63ba2c8b1d
Author: Marius Bakke <address@hidden>
AuthorDate: Mon May 11 16:53:20 2020 +0200

    gnu: libsecret: Update to 0.20.3.
    
    * gnu/packages/gnome.scm (libsecret): Update to 0.20.3.
---
 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 d5a2032..f049a86 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3728,7 +3728,7 @@ and the GLib main loop, to integrate well with GNOME 
applications.")
 (define-public libsecret
   (package
     (name "libsecret")
-    (version "0.20.2")
+    (version "0.20.3")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -3737,7 +3737,7 @@ and the GLib main loop, to integrate well with GNOME 
applications.")
                     "libsecret-" version ".tar.xz"))
               (sha256
                (base32
-                "1hzz34gmsxxf1jm1b7qin390rkwbg8sx198xdkwxqp3q6cw19sc1"))))
+                "1r4habxdzmn02id324m0m4mg5isf22q1z436bg3vjjmcz1b3rjsg"))))
     (build-system gnu-build-system)
     (outputs '("out" "doc"))
     (arguments



reply via email to

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