guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: guile-udev: Update to 0.2.0


From: guix-commits
Subject: branch master updated: gnu: guile-udev: Update to 0.2.0
Date: Thu, 02 Dec 2021 09:21:19 -0500

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a4cc1ae  gnu: guile-udev: Update to 0.2.0
a4cc1ae is described below

commit a4cc1ae44657b90b75509f4150e504abc1e5fb65
Author: Artyom V. Poptsov <poptsov.artyom@gmail.com>
AuthorDate: Mon Nov 29 20:06:41 2021 +0300

    gnu: guile-udev: Update to 0.2.0
    
    * gnu/packages/guile-xyz.scm (guile-udev): Update to 0.2.0.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 gnu/packages/guile-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 51849fb..cbc3ffa 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -1944,7 +1944,7 @@ users and in some situations.")
 (define-public guile-udev
   (package
     (name "guile-udev")
-    (version "0.1.0")
+    (version "0.2.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1953,7 +1953,7 @@ users and in some situations.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1l6csncjqnx58c6c3wdl7rshnhk4pzhjq2q8lnkg483564s9w5py"))))
+                "037md1sg7bgsa4478hz1dbsivsxzdnl5acadlrsh4ds2yxbsb5jp"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("autoconf" ,autoconf)



reply via email to

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