gnu: python-pafy: Update to 0.5.3.1.
* gnu/packages/python.scm (python-pafy): Update to 0.5.3.1.
This commit is contained in:
parent
283f04b053
commit
745d85b7db
|
@ -1735,14 +1735,14 @@ standard library.")
|
||||||
(define-public python-pafy
|
(define-public python-pafy
|
||||||
(package
|
(package
|
||||||
(name "python-pafy")
|
(name "python-pafy")
|
||||||
(version "0.5.2")
|
(version "0.5.3.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pafy" version))
|
(uri (pypi-uri "pafy" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ckvrypyvb7jbqlgwdz0y337ajagjv7dgxyns326nqwypn1wpq0i"))))
|
"1a7dxi95m1043rxx1r5x3ngb66nwlq6aqcasyqqjzmmmjps4zrim"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ; Currently pafy can not find itself in the tests
|
`(#:tests? #f)) ; Currently pafy can not find itself in the tests
|
||||||
|
|
Loading…
Reference in New Issue