summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2020-03-19 07:47:42 +0100
committerMarius Bakke <mbakke@fastmail.com>2020-03-19 08:41:50 +0100
commitaa0063a00a2f4ce94e6ed63de4c30d0673303574 (patch)
treed70584a992e8c1a0d279d456b49fe8a429c3be03 /gnu
parent24b5767dad70ac07c9ced74527699e1d6d6d69e8 (diff)
downloadguix-aa0063a00a2f4ce94e6ed63de4c30d0673303574.tar.gz
gnu: libsecret: Update to 0.20.2.
* gnu/packages/gnome.scm (libsecret): Update to 0.20.2.
Diffstat (limited to 'gnu')
-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 ff82c570d0..5f34b5d184 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3826,7 +3826,7 @@ and the GLib main loop, to integrate well with GNOME applications.")
 (define-public libsecret
   (package
     (name "libsecret")
-    (version "0.20.1")
+    (version "0.20.2")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -3835,7 +3835,7 @@ and the GLib main loop, to integrate well with GNOME applications.")
                     "libsecret-" version ".tar.xz"))
               (sha256
                (base32
-                "0ir4ynpf8b64xss1azvsi5x6697lik7hkf3z0xxa2qv2xja3xxsp"))))
+                "1hzz34gmsxxf1jm1b7qin390rkwbg8sx198xdkwxqp3q6cw19sc1"))))
     (build-system gnu-build-system)
     (outputs '("out" "doc"))
     (arguments