gnu: python-cookiecutter: Update to 1.7.2.

* gnu/packages/python-xyz.scm (python-cookiecutter): Update to 1.7.2.
[propagated-inputs]: Add python-slugify, python-text-unidecode.
[home-page]: Update URL.

Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
Tanguy Le Carrour 2020-07-27 22:08:18 +02:00 committed by Marius Bakke
parent 43d8faf8de
commit 4f0f00d757
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 5 additions and 3 deletions

View File

@ -10656,14 +10656,14 @@ 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.6.0") (version "1.7.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "cookiecutter" version)) (uri (pypi-uri "cookiecutter" version))
(sha256 (sha256
(base32 (base32
"0glsvaz8igi2wy1hsnhm9fkn6560vdvdixzvkq6dn20z3hpaa5hk")))) "1b2xa5dypk1vf8aq599fd8zw4y0pwvq3hgl7ia8aiv8gg3ab5dpg"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs (native-inputs
`(("python-freezegun" ,python-freezegun) `(("python-freezegun" ,python-freezegun)
@ -10679,8 +10679,10 @@ designed to work across multiple versions of Python.")
("python-jinja2-time" ,python-jinja2-time) ("python-jinja2-time" ,python-jinja2-time)
("python-poyo" ,python-poyo) ("python-poyo" ,python-poyo)
("python-requests" ,python-requests) ("python-requests" ,python-requests)
("python-slugify" ,python-slugify)
("python-text-unidecode" ,python-text-unidecode)
("python-whichcraft" ,python-whichcraft))) ("python-whichcraft" ,python-whichcraft)))
(home-page "https://github.com/audreyr/cookiecutter") (home-page "https://github.com/cookiecutter/cookiecutter")
(synopsis (synopsis
"Command-line utility that creates projects from project templates") "Command-line utility that creates projects from project templates")
(description (description