3
4
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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>
This commit is contained in:
Artyom V. Poptsov 2021-11-29 20:06:41 +03:00 committed by Mathieu Othacehe
parent 46b73fd22d
commit a4cc1ae446
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -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)