mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: python-isbnlib: Update to 3.10.4.
* gnu/packages/python-xyz.scm (python-isbnlib): Update to 3.10.4. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
This commit is contained in:
parent
984124173b
commit
3f8113bbbd
1 changed files with 2 additions and 2 deletions
|
@ -15353,14 +15353,14 @@ (define-public python2-astroid
|
||||||
(define-public python-isbnlib
|
(define-public python-isbnlib
|
||||||
(package
|
(package
|
||||||
(name "python-isbnlib")
|
(name "python-isbnlib")
|
||||||
(version "3.10.3")
|
(version "3.10.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "isbnlib" version))
|
(uri (pypi-uri "isbnlib" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"07qhykv0x60d5rsx5pj6s4q15ri4znczscll3xmpf6gyclac1592"))))
|
"0iin0x2xqwyphyyzd0mzrq5v5xm7b6dlbb294k4dywra5qvbrgzm"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments '(#:tests? #f)) ; No test
|
(arguments '(#:tests? #f)) ; No test
|
||||||
(home-page "https://github.com/xlcnd/isbnlib")
|
(home-page "https://github.com/xlcnd/isbnlib")
|
||||||
|
|
Loading…
Reference in a new issue