From b05a2f62d414285746178c42fe548b63ba2c8b1d Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Mon, 11 May 2020 16:53:20 +0200 Subject: [PATCH] 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 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