mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: libusb: Update to 1.0.21.
* gnu/packages/libusb.scm (libusb): Update to 1.0.21. [home-page]: Update to new URL.
This commit is contained in:
parent
05b662663d
commit
2c273a82f3
1 changed files with 3 additions and 3 deletions
|
@ -42,7 +42,7 @@ (define-module (gnu packages libusb)
|
||||||
(define-public libusb
|
(define-public libusb
|
||||||
(package
|
(package
|
||||||
(name "libusb")
|
(name "libusb")
|
||||||
(version "1.0.19")
|
(version "1.0.21")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -50,7 +50,7 @@ (define-public libusb
|
||||||
"libusb-" version "/libusb-" version ".tar.bz2"))
|
"libusb-" version "/libusb-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0h38p9rxfpg9vkrbyb120i1diq57qcln82h5fr7hvy82c20jql3c"))))
|
"0jw2n5kdnrqvp7zh792fd6mypzzfap6jp4gfcmq4n6c1kb79rkkx"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
|
||||||
;; XXX: Enabling udev is now recommended, but eudev indirectly depends on
|
;; XXX: Enabling udev is now recommended, but eudev indirectly depends on
|
||||||
|
@ -58,7 +58,7 @@ (define-public libusb
|
||||||
(arguments `(#:configure-flags '("--disable-udev")))
|
(arguments `(#:configure-flags '("--disable-udev")))
|
||||||
;; (inputs `(("eudev" ,eudev)))
|
;; (inputs `(("eudev" ,eudev)))
|
||||||
|
|
||||||
(home-page "http://www.libusb.org")
|
(home-page "http://libusb.info")
|
||||||
(synopsis "User-space USB library")
|
(synopsis "User-space USB library")
|
||||||
(description
|
(description
|
||||||
"Libusb is a library that gives applications easy access to USB
|
"Libusb is a library that gives applications easy access to USB
|
||||||
|
|
Loading…
Reference in a new issue