guix-commits
[Top][All Lists]
Advanced

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

14/22: gnu: gnome-keyring: Update to 3.18.3.


From: Efraim Flashner
Subject: 14/22: gnu: gnome-keyring: Update to 3.18.3.
Date: Sun, 13 Dec 2015 13:08:58 +0000

efraim pushed a commit to branch master
in repository guix.

commit 1a0b2d8241dbd9ae1773d73b5442b03acf8a2f19
Author: Efraim Flashner <address@hidden>
Date:   Sun Dec 13 12:34:29 2015 +0200

    gnu: gnome-keyring: Update to 3.18.3.
    
    * gnu/packages/gnome.scm (gnome-keyring): Update to 3.18.3.
    [inputs]: Add linux-pam.
---
 gnu/packages/gnome.scm |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 935ceac..e27d80b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -328,7 +328,7 @@ GNOME Desktop.")
 (define-public gnome-keyring
   (package
     (name "gnome-keyring")
-    (version "3.16.0")
+    (version "3.18.3")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnome/sources/" name "/"
@@ -336,7 +336,7 @@ GNOME Desktop.")
                                  name "-" version ".tar.xz"))
              (sha256
               (base32
-               "1xg1xha3x3hzlmvdq2zm90hc61pj7pnf9yxxvgq4ynl5af6bp8qm"))))
+               "167dq1yvm080g5s38hqjl0xx5cgpkcl1xqy9p5sxmgc92zb0srrz"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f ;48 of 603 tests fail because /var/lib/dbus/machine-id does
@@ -368,6 +368,7 @@ GNOME Desktop.")
                                    "/xml/dtd/docbook/catalog.xml")))))))
     (inputs
      `(("libgcrypt" ,libgcrypt)
+       ("linux-pam" ,linux-pam)
        ("dbus" ,dbus)
        ("gcr" ,gcr)))
     (native-inputs



reply via email to

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