guix-commits
[Top][All Lists]
Advanced

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

03/06: gnu: elogind: Update to 241.3.


From: guix-commits
Subject: 03/06: gnu: elogind: Update to 241.3.
Date: Mon, 29 Apr 2019 15:15:19 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit b339f14cb2c798d0921fde3ed00175cb68424ba6
Author: Marius Bakke <address@hidden>
Date:   Fri Apr 26 15:31:48 2019 +0200

    gnu: elogind: Update to 241.3.
    
    * gnu/packages/freedesktop.scm (elogind): Update to 241.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 a84cb3b..fa8bb3c 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -232,7 +232,7 @@ the freedesktop.org XDG Base Directory specification.")
 (define-public elogind
   (package
     (name "elogind")
-    (version "241.2")
+    (version "241.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -241,7 +241,7 @@ the freedesktop.org XDG Base Directory specification.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1ragysp4kh1vj3zpz1aprh5h4k3hmp3i5q55pimpabdpkdfbv2fc"))))
+                "0jpb55prqq5cm3w2gy9766cbaqknjvbrbniyshb8bz1q31vf4jlq"))))
     (build-system meson-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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