guix-commits
[Top][All Lists]
Advanced

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

08/09: gnu: elogind: Update to v219.6


From: Andy Wingo
Subject: 08/09: gnu: elogind: Update to v219.6
Date: Mon, 24 Aug 2015 21:16:53 +0000

wingo pushed a commit to branch wip-pam-elogind
in repository guix.

commit 77724c7c8fd7991e0db6d84f24faffcb84371fba
Author: Andy Wingo <address@hidden>
Date:   Mon Aug 24 22:54:44 2015 +0200

    gnu: elogind: Update to v219.6
    
    * gnu/packages/freedesktop.scm (elogind): Update to v219.6.
---
 gnu/packages/freedesktop.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 17c7b3a..b206d45 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -132,7 +132,7 @@ the freedesktop.org XDG Base Directory specification.")
 (define-public elogind
   (package
     (name "elogind")
-    (version "219.5")
+    (version "219.6")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -140,7 +140,7 @@ the freedesktop.org XDG Base Directory specification.")
                     (tag (string-append "v" version))))
               (sha256
                (base32
-                "09ipra2q6gsdll3356jcb1yx2za9p4qab5qfk9g2z40msvb93hs5"))
+                "0lixvvwn6p3ajwjhz6nzbpp8ah2pn3jqk0pga0bvxh2aq5hqgf84"))
               (file-name (string-append name "-checkout-" version))
               (modules '((guix build utils)))
               (snippet



reply via email to

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