mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: python-nose-timer: Update to 0.7.4.
* gnu/packages/check.scm (python-nose-timer): Update to 0.7.4.
This commit is contained in:
parent
4a17211ad0
commit
bca0b66424
1 changed files with 2 additions and 3 deletions
|
@ -1995,14 +1995,13 @@ (define-public python2-nose-randomly
|
||||||
(define-public python-nose-timer
|
(define-public python-nose-timer
|
||||||
(package
|
(package
|
||||||
(name "python-nose-timer")
|
(name "python-nose-timer")
|
||||||
(version "0.7.3")
|
(version "0.7.4")
|
||||||
(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
|
(base32 "04inck7l1sgkjbiinhifxk45wk2b3czbwh1x2a390hi183fq1q12"))))
|
||||||
"0hfz5aqnhf493i9kyb6prm4zm8vx7wmfsyg3nvsnh24lzh2kwx44"))))
|
|
||||||
(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 a new issue