diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-05-11 16:53:20 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-05-11 21:55:02 +0200 |
commit | b05a2f62d414285746178c42fe548b63ba2c8b1d (patch) | |
tree | b4f81d92e551f6ff2a7797bb4876160086a8b10a /gnu | |
parent | 28b55a5191f1411fcf474233280a974fd46f8c92 (diff) | |
download | patches-b05a2f62d414285746178c42fe548b63ba2c8b1d.tar patches-b05a2f62d414285746178c42fe548b63ba2c8b1d.tar.gz |
gnu: libsecret: Update to 0.20.3.
* gnu/packages/gnome.scm (libsecret): Update to 0.20.3.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
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 |