gnu: libgnome-keyring: Update to 3.12.0.

* gnu/packages/gnome.scm (libgnome-keyring): Update to 3.12.0.
master
Efraim Flashner 2015-12-09 18:43:59 +02:00
parent 1ae15c3646
commit 5e8aec2cf3
1 changed files with 2 additions and 2 deletions

View File

@ -297,7 +297,7 @@ GNOME Desktop.")
(define-public libgnome-keyring
(package
(name "libgnome-keyring")
(version "3.6.0")
(version "3.12.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@ -305,7 +305,7 @@ GNOME Desktop.")
name "-" version ".tar.xz"))
(sha256
(base32
"0c4qrjpmv1hqga3xv6wsq2z10x2n78qgw7q3k3s01y1pggxkgjkd"))))
"10vpjhgbjm7z2djy04qakd02qlzpd02xnbfjhk2aqwjzn3xpihf4"))))
(build-system gnu-build-system)
(inputs
`(("libgcrypt" ,libgcrypt)