gnu: python-fixtures: Update to 3.0.0.

* gnu/packages/check.scm (python-fixtures-bootstrap): Update to 3.0.0.
master
Marius Bakke 2018-02-27 20:22:36 +01:00
parent d2ae66b756
commit 9c77852e19
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -1033,13 +1033,13 @@ protocol.")))
(define-public python-fixtures-bootstrap
(package
(name "python-fixtures-bootstrap")
(version "1.4.0")
(version "3.0.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "fixtures" version))
(sha256
(base32
"0djxvdwm8s60dbfn7bhf40x6g818p3b3mlwijm1c3bqg7msn271y"))))
"1vxj29bzz3rd4pcy51d05wng9q9dh4jq6wx92yklsm7i6h1ddw7w"))))
(build-system python-build-system)
(arguments `(#:tests? #f))
(propagated-inputs