gnu: python-nose: Update to 1.3.7.

* gnu/packages/python.scm (python-nose): Update to 1.3.7.
This commit is contained in:
Efraim Flashner 2015-12-30 13:17:40 +02:00
parent ec3bcbc7e4
commit f7cb984133

View file

@ -1495,16 +1495,14 @@ (define-public python2-mimeparse
(define-public python-nose (define-public python-nose
(package (package
(name "python-nose") (name "python-nose")
(version "1.3.4") (version "1.3.7")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (pypi-uri "nose" version))
"https://pypi.python.org/packages/source/n/nose/nose-"
version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"00qymfgwg4iam4xi0w9bnv7lcb3fypq1hzfafzgs1rfmwaj67g3n")))) "164a43k7k2wsqqk1s6vavcdamvss4mz0vd6pwzv2h9n8rgwzxgzi"))))
(build-system python-build-system) (build-system python-build-system)
(inputs (inputs
`(("python-setuptools" ,python-setuptools))) `(("python-setuptools" ,python-setuptools)))