diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2015-12-09 18:43:59 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2015-12-09 22:48:39 +0200 |
commit | 5e8aec2cf3806a019f4012ad9052bbef9aacb010 (patch) | |
tree | 08e8916470f48eab22cbc92c3c8530b4a22eb883 /gnu | |
parent | 1ae15c36468e0b5111a9bc1fd26a9a6ebc7dba96 (diff) | |
download | guix-5e8aec2cf3806a019f4012ad9052bbef9aacb010.tar.gz |
gnu: libgnome-keyring: Update to 3.12.0.
* gnu/packages/gnome.scm (libgnome-keyring): Update to 3.12.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 219ae823a1..e65ba876af 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -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) |