mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
78a9b4f996
commit
18cb8522d8
1 changed files with 11 additions and 14 deletions
|
@ -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 (list guile-3.0 eudev))
|
||||||
(inputs
|
|
||||||
(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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue