gnu: python-internetarchive: Update to 1.7.4.
* gnu/packages/web.scm (python-internetarchive): Update to 1.7.4.
This commit is contained in:
parent
e463a94ce7
commit
25fa22a99b
1 changed files with 2 additions and 2 deletions
|
@ -5160,7 +5160,7 @@ command-line arguments or read from stdin.")
|
||||||
(define-public python-internetarchive
|
(define-public python-internetarchive
|
||||||
(package
|
(package
|
||||||
(name "python-internetarchive")
|
(name "python-internetarchive")
|
||||||
(version "1.7.1")
|
(version "1.7.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -5169,7 +5169,7 @@ command-line arguments or read from stdin.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1lj4r0y67mwjns2gcjvw0y7m5x0vqir2iv7s4q2y93492azli1qh"))))
|
"0sdbb2ag6vmybi8zmbjszi492a587giaaqxyy1p6gy03cb8mc512"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; 11 tests of 105 fail to mock "requests".
|
`(#:tests? #f ; 11 tests of 105 fail to mock "requests".
|
||||||
|
|
Reference in a new issue