guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: elogind: Update to 219.14.


From: Andy Wingo
Subject: 01/01: gnu: elogind: Update to 219.14.
Date: Thu, 17 Mar 2016 08:45:14 +0000

wingo pushed a commit to branch master
in repository guix.

commit fa4b8badf0e0566b44f7afb57003bb426bc2d5ea
Author: Andy Wingo <address@hidden>
Date:   Thu Mar 17 09:43:48 2016 +0100

    gnu: elogind: Update to 219.14.
    
    * gnu/packages/freedesktop.scm (elogind): Update to 219.14.
---
 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 f5d88e5..e17ec7c 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -142,14 +142,14 @@ the freedesktop.org XDG Base Directory specification.")
 (define-public elogind
   (package
     (name "elogind")
-    (version "219.13")
+    (version "219.14")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://wingolog.org/pub/"; name "/"
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0swwsgm28radjxf0s05a907wf0n524lckdya0rm3kqw6gy1hiax2"))
+                "1jckc4wx199n1q4r4fv43ibjs6nlq91s39w9r78ilk1z383m1hcx"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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