gnu: guile-udev: Update to 0.2.4.

* gnu/packages/guile-xyz.scm (guile-udev): Update to 0.2.4.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
Artyom V. Poptsov 2023-01-07 08:39:39 +03:00 committed by Mathieu Othacehe
parent 78a9b4f996
commit 18cb8522d8
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -2133,7 +2133,7 @@ users and in some situations.")
(define-public guile-udev (define-public guile-udev
(package (package
(name "guile-udev") (name "guile-udev")
(version "0.2.3") (version "0.2.4")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -2142,22 +2142,19 @@ users and in some situations.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0xvh4wscxmiqm8lnmfyh5cjzn89kv2wslkfvqvcjhinzpnpbg91x")))) "1q1snj8gz2bvqw2v2jvwlzn5xfh7f7wlp922isnzismrp4adc918"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs (list autoconf
(list autoconf
automake automake
gettext-minimal gettext-minimal
libtool libtool
texinfo texinfo
pkg-config pkg-config
which)) which))
(inputs (inputs (list guile-3.0 eudev))
(list guile-3.0 eudev))
(home-page "https://github.com/artyom-poptsov/guile-udev") (home-page "https://github.com/artyom-poptsov/guile-udev")
(synopsis "Guile bindings to libudev") (synopsis "Guile bindings to libudev")
(description (description "Guile-Udev provides GNU Guile bindings to libudev.")
"Guile-Udev provides GNU Guile bindings to libudev.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public guile-sly (define-public guile-sly