diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-29 20:24:55 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-30 11:52:59 +0200 |
commit | fc71a45afdb4e7ee45d1c952c56c3b83cafaac1e (patch) | |
tree | ac0ad92dbbd90e654435cee345f6d432dfe56977 /gnu | |
parent | efd524e084f7ce111da1e05e107b1e01b718a45a (diff) | |
download | guix-fc71a45afdb4e7ee45d1c952c56c3b83cafaac1e.tar.gz guix-fc71a45afdb4e7ee45d1c952c56c3b83cafaac1e.zip |
gnu: python-cookiecutter: Update to 1.7.3.
* gnu/packages/python-xyz.scm (python-cookiecutter): Update to 1.7.3.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index d978942402..e4cc0009c5 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -12850,14 +12850,13 @@ designed to work across multiple versions of Python.") (define-public python-cookiecutter (package (name "python-cookiecutter") - (version "1.7.2") + (version "1.7.3") (source (origin (method url-fetch) (uri (pypi-uri "cookiecutter" version)) (sha256 - (base32 - "1b2xa5dypk1vf8aq599fd8zw4y0pwvq3hgl7ia8aiv8gg3ab5dpg")))) + (base32 "0mx49whhwcxmvcak27zr7p7ndzkn3w7psfd7fzh3n91fi1r4v6kb")))) (build-system python-build-system) (native-inputs `(("python-freezegun" ,python-freezegun) |