gnu: python-cookiecutter: Update to 1.7.3.
* gnu/packages/python-xyz.scm (python-cookiecutter): Update to 1.7.3.
This commit is contained in:
parent
efd524e084
commit
fc71a45afd
1 changed files with 2 additions and 3 deletions
|
@ -12850,14 +12850,13 @@ designed to work across multiple versions of Python.")
|
||||||
(define-public python-cookiecutter
|
(define-public python-cookiecutter
|
||||||
(package
|
(package
|
||||||
(name "python-cookiecutter")
|
(name "python-cookiecutter")
|
||||||
(version "1.7.2")
|
(version "1.7.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "cookiecutter" version))
|
(uri (pypi-uri "cookiecutter" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0mx49whhwcxmvcak27zr7p7ndzkn3w7psfd7fzh3n91fi1r4v6kb"))))
|
||||||
"1b2xa5dypk1vf8aq599fd8zw4y0pwvq3hgl7ia8aiv8gg3ab5dpg"))))
|
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-freezegun" ,python-freezegun)
|
`(("python-freezegun" ,python-freezegun)
|
||||||
|
|
Reference in a new issue