summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2020-05-11 16:53:20 +0200
committerMarius Bakke <mbakke@fastmail.com>2020-05-11 21:55:02 +0200
commitb05a2f62d414285746178c42fe548b63ba2c8b1d (patch)
treeb4f81d92e551f6ff2a7797bb4876160086a8b10a
parent28b55a5191f1411fcf474233280a974fd46f8c92 (diff)
downloadpatches-b05a2f62d414285746178c42fe548b63ba2c8b1d.tar
patches-b05a2f62d414285746178c42fe548b63ba2c8b1d.tar.gz
gnu: libsecret: Update to 0.20.3.
* gnu/packages/gnome.scm (libsecret): Update to 0.20.3.
-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 d5a2032ccf..f049a86b6b 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