gnu: python-nose-randomly: Update to 1.2.6.

* gnu/packages/check.scm (python-nose-randomly): Update to 1.2.6.
This commit is contained in:
Tobias Geerinckx-Rice 2019-02-17 04:34:49 +01:00
parent 0748a7b2d7
commit 9a0765aad8
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -1923,14 +1923,13 @@ JSON APIs with Behave.")
(define-public python-nose-randomly (define-public python-nose-randomly
(package (package
(name "python-nose-randomly") (name "python-nose-randomly")
(version "1.2.5") (version "1.2.6")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "nose-randomly" version)) (uri (pypi-uri "nose-randomly" version))
(sha256 (sha256
(base32 (base32 "0z662rqhfk4bjmg806mn4frb8nz4gbh7mrddsrhfffp1g4yklj3y"))))
"1cw9dlr1zh3w4i438kin7z0rm8092ki52hayisyc43h9pcplq7rn"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs (native-inputs
`(("python-nose" ,python-nose) `(("python-nose" ,python-nose)