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:
Tobias Geerinckx-Rice 2017-03-22 20:48:55 +01:00
parent 283f04b053
commit 745d85b7db
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 2 additions and 2 deletions

View File

@ -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