gnu: python-pyusb: Update to 1.0.0.

* gnu/packages/libusb.scm (python-pyusb): Update to 1.0.0.
This commit is contained in:
Efraim Flashner 2016-07-07 19:59:25 +03:00
parent 6b810897a0
commit a0b15f5eef
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 3 additions and 3 deletions

View File

@ -92,14 +92,14 @@ version of libusb to run with newer libusb.")
(define-public python-pyusb (define-public python-pyusb
(package (package
(name "python-pyusb") (name "python-pyusb")
(version "1.0.0rc1") (version "1.0.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "pyusb" version)) (uri (pypi-uri "PyUSB" version))
(sha256 (sha256
(base32 (base32
"07cjq11qhngzjd746k7688s6y2x7lpj669fxqfsiy985rg0jsn7j")))) "0s2k4z06fapd5vp1gnrlf8a9sjpc03p9974lzw5k6ky39akzyd2v"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:tests? #f ;no tests `(#:tests? #f ;no tests