diff options
author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2021-11-29 20:06:41 +0300 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2021-12-02 15:05:28 +0100 |
commit | a4cc1ae44657b90b75509f4150e504abc1e5fb65 (patch) | |
tree | 43408bfb9950ed44aa72999b361cf91c42f1f9ff /gnu/packages | |
parent | 46b73fd22d40f8e4c035b32a061ebe5c02b17c41 (diff) | |
download | guix-a4cc1ae44657b90b75509f4150e504abc1e5fb65.tar.gz guix-a4cc1ae44657b90b75509f4150e504abc1e5fb65.zip |
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>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/guile-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm index 51849fb587..cbc3ffa595 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) |