gnu: libsecret: Update to 0.18.7.

* gnu/packages/gnome.scm (libsecret): Update to 0.18.7.
This commit is contained in:
Efraim Flashner 2019-01-04 09:07:55 +02:00
parent 0528f70d3d
commit ac277bc7c5
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -2615,7 +2615,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.18.6") (version "0.18.7")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -2624,7 +2624,7 @@ and the GLib main loop, to integrate well with GNOME applications.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0vynag97a9bnnb8ipah45av8xg8jzmhd572rw3zj78s1pa8ciysy")))) "11ylmcfx6ff7xd1gpi58i2nbma83lz2xg0g2dq23w6snqhgzwrhd"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(outputs '("out" "doc")) (outputs '("out" "doc"))
(arguments (arguments