mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: python-fixtures: Update to 1.4.0.
* gnu/packages/python.scm (python-fixtures): Update to 1.4.0.
This commit is contained in:
parent
af1ab77312
commit
13fcc6df37
1 changed files with 3 additions and 5 deletions
|
@ -1891,16 +1891,14 @@ (define-public python2-pbr-0.11
|
||||||
(define-public python-fixtures
|
(define-public python-fixtures
|
||||||
(package
|
(package
|
||||||
(name "python-fixtures")
|
(name "python-fixtures")
|
||||||
(version "1.3.1")
|
(version "1.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (pypi-uri "fixtures" version))
|
||||||
"https://pypi.python.org/packages/source/f/fixtures/fixtures-"
|
|
||||||
version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1khpywdh91ijryhxjxiyyi5rmbimhl8hwbbf8lazhgzq6yxz6g5n"))))
|
"0djxvdwm8s60dbfn7bhf40x6g818p3b3mlwijm1c3bqg7msn271y"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-six" ,python-six)
|
`(("python-six" ,python-six)
|
||||||
|
|
Loading…
Reference in a new issue