summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2020-02-12 21:40:20 +0100
committerMarius Bakke <mbakke@fastmail.com>2020-02-13 16:47:23 +0100
commita866dd184d2e91df37e3ba5bd9707a152fc04a67 (patch)
tree8e615aac9c49ef9f59855f557f80c99b08e87b5a
parentbf71edd3df1aed8037678631c296c03b437d8a8a (diff)
downloadpatches-a866dd184d2e91df37e3ba5bd9707a152fc04a67.tar
patches-a866dd184d2e91df37e3ba5bd9707a152fc04a67.tar.gz
gnu: libsecret: Update to 0.20.1.
* gnu/packages/gnome.scm (libsecret): Update to 0.20.1.
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 7fa3ea48d5..014b68f54f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3770,7 +3770,7 @@ and the GLib main loop, to integrate well with GNOME applications.")
(define-public libsecret
(package
(name "libsecret")
- (version "0.19.1")
+ (version "0.20.1")
(source (origin
(method url-fetch)
(uri (string-append
@@ -3779,7 +3779,7 @@ and the GLib main loop, to integrate well with GNOME applications.")
"libsecret-" version ".tar.xz"))
(sha256
(base32
- "0fhflcsr70b1pps2pcvqcbdhip2ny5am9nbm634f4sj5g40y30w5"))))
+ "0ir4ynpf8b64xss1azvsi5x6697lik7hkf3z0xxa2qv2xja3xxsp"))))
(build-system gnu-build-system)
(outputs '("out" "doc"))
(arguments