gnu: python-nose-timer: Update to 0.7.5.
* gnu/packages/check.scm (python-nose-timer): Update to 0.7.5.
This commit is contained in:
parent
e976e199c4
commit
9b241d4ce2
|
@ -2021,13 +2021,13 @@ create data based on random numbers and yet remain repeatable.")
|
||||||
(define-public python-nose-timer
|
(define-public python-nose-timer
|
||||||
(package
|
(package
|
||||||
(name "python-nose-timer")
|
(name "python-nose-timer")
|
||||||
(version "0.7.4")
|
(version "0.7.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "nose-timer" version))
|
(uri (pypi-uri "nose-timer" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "04inck7l1sgkjbiinhifxk45wk2b3czbwh1x2a390hi183fq1q12"))))
|
(base32 "05wzkc88vbzw62pqkvhl33211b90kns0lny70b7qw62rcg4flzk4"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-nose" ,python-nose)
|
`(("python-nose" ,python-nose)
|
||||||
|
|
Loading…
Reference in New Issue