guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/04: gnu: libgnome-keyring: Update to 3.12.0.


From: Efraim Flashner
Subject: 01/04: gnu: libgnome-keyring: Update to 3.12.0.
Date: Wed, 09 Dec 2015 21:12:43 +0000

efraim pushed a commit to branch master
in repository guix.

commit 5e8aec2cf3806a019f4012ad9052bbef9aacb010
Author: Efraim Flashner <address@hidden>
Date:   Wed Dec 9 18:43:59 2015 +0200

    gnu: libgnome-keyring: Update to 3.12.0.
    
    * gnu/packages/gnome.scm (libgnome-keyring): Update to 3.12.0.
---
 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 219ae82..e65ba87 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]