diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-03-22 20:48:55 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-03-23 02:53:14 +0100 |
commit | 745d85b7dba7b81c7447b67b48c7a25c6db78cba (patch) | |
tree | c6f45f0d1ce8abe64f3294137a38d01761913be9 /gnu/packages/python.scm | |
parent | 283f04b053ce423a323fa4da000e21b4649b370a (diff) | |
download | guix-745d85b7dba7b81c7447b67b48c7a25c6db78cba.tar guix-745d85b7dba7b81c7447b67b48c7a25c6db78cba.tar.gz |
gnu: python-pafy: Update to 0.5.3.1.
* gnu/packages/python.scm (python-pafy): Update to 0.5.3.1.
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r-- | gnu/packages/python.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 764512eb08..9786033d06 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -1735,14 +1735,14 @@ standard library.") (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 |