guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: elogind: Update to 239.3.


From: guix-commits
Subject: 01/06: gnu: elogind: Update to 239.3.
Date: Sat, 8 Dec 2018 13:38:25 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 91206dffb901ab4d881b6e16cdfbcfd9ba32f357
Author: Marius Bakke <address@hidden>
Date:   Fri Dec 7 19:53:30 2018 +0100

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

diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index ff74c79..8982c0e 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -228,7 +228,7 @@ the freedesktop.org XDG Base Directory specification.")
 (define-public elogind
   (package
     (name "elogind")
-    (version "239.2")
+    (version "239.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -237,7 +237,7 @@ the freedesktop.org XDG Base Directory specification.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "17khwbzqmkfd3hcscs51kzdpvq9p2llm08vbpsdhy9yxgwfzlfa6"))))
+                "1gipnbnlz5k3gxv33wyhi2zd94hlfa9lm360p8z6w5i9s8dzhf52"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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