gnu: libsecret: Update to 0.20.3.
* gnu/packages/gnome.scm (libsecret): Update to 0.20.3.
This commit is contained in:
parent
28b55a5191
commit
b05a2f62d4
1 changed files with 2 additions and 2 deletions
|
@ -3728,7 +3728,7 @@ (define-public libsoup
|
|||
(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 @@ (define-public libsecret
|
|||
"libsecret-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1hzz34gmsxxf1jm1b7qin390rkwbg8sx198xdkwxqp3q6cw19sc1"))))
|
||||
"1r4habxdzmn02id324m0m4mg5isf22q1z436bg3vjjmcz1b3rjsg"))))
|
||||
(build-system gnu-build-system)
|
||||
(outputs '("out" "doc"))
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue