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

View file

@ -1735,14 +1735,14 @@ (define-public python2-unittest2
(define-public python-pafy
(package
(name "python-pafy")
(version "0.5.2")
(version "0.5.3.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pafy" version))
(sha256
(base32
"1ckvrypyvb7jbqlgwdz0y337ajagjv7dgxyns326nqwypn1wpq0i"))))
"1a7dxi95m1043rxx1r5x3ngb66nwlq6aqcasyqqjzmmmjps4zrim"))))
(build-system python-build-system)
(arguments
`(#:tests? #f)) ; Currently pafy can not find itself in the tests