gnu: python-stestr: Update to 3.2.1.
* gnu/packages/python-check.scm (python-stestr): Update to 3.2.1.
This commit is contained in:
parent
b72459a861
commit
b4714ef05e
1 changed files with 2 additions and 2 deletions
|
@ -1976,14 +1976,14 @@ behavior-driven development (TDD and BDD).")
|
||||||
(define-public python-stestr
|
(define-public python-stestr
|
||||||
(package
|
(package
|
||||||
(name "python-stestr")
|
(name "python-stestr")
|
||||||
(version "3.0.1")
|
(version "3.2.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "stestr" version))
|
(uri (pypi-uri "stestr" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0adhqp9c9338wlvlq776k57k04lyxp38bv591afdm9gjsn2qn1zm"))))
|
"1kg9gfdr4bj2m7s1r44z530a0ba4p17j4jlhcn1xha0j8jmyfgn2"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ;to avoid circular dependencies
|
`(#:tests? #f)) ;to avoid circular dependencies
|
||||||
|
|
Reference in a new issue