gnu: python-enum34: Update to 1.1.0.

* gnu/packages/python.scm (python-enum34): Update to 1.1.0.
[source]: Use pypi-uri.
This commit is contained in:
Leo Famulari 2016-02-14 19:47:37 -05:00
parent 7bac09f45a
commit d39ae1e5c6
1 changed files with 3 additions and 4 deletions

View File

@ -1311,15 +1311,14 @@ bug tracker.")
(define-public python-enum34
(package
(name "python-enum34")
(version "1.0")
(version "1.1.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://pypi.python.org/packages/source/e/"
"enum34/enum34-" version ".tar.gz"))
(uri (pypi-uri "enum34" version))
(sha256
(base32
"0dg6mpg9n4g9diyrbnbb5vd9d1qw9f265zwhknqy0mxh0cvmjjrq"))))
"0yx1m4564wxgbm4glb3457hi16xihd9w63rv13y2przkdir9dfgp"))))
(build-system python-build-system)
(inputs
`(("python-setuptools" ,python-setuptools)))