me
/
guix
Archived
1
0
Fork 0

gnu: libsecret: Update to 0.20.3.

* gnu/packages/gnome.scm (libsecret): Update to 0.20.3.
master
Marius Bakke 2020-05-11 16:53:20 +02:00
parent 28b55a5191
commit b05a2f62d4
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -3728,7 +3728,7 @@ and the GLib main loop, to integrate well with GNOME applications.")
(define-public libsecret (define-public libsecret
(package (package
(name "libsecret") (name "libsecret")
(version "0.20.2") (version "0.20.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -3737,7 +3737,7 @@ and the GLib main loop, to integrate well with GNOME applications.")
"libsecret-" version ".tar.xz")) "libsecret-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1hzz34gmsxxf1jm1b7qin390rkwbg8sx198xdkwxqp3q6cw19sc1")))) "1r4habxdzmn02id324m0m4mg5isf22q1z436bg3vjjmcz1b3rjsg"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(outputs '("out" "doc")) (outputs '("out" "doc"))
(arguments (arguments