mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
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:
parent
43d8faf8de
commit
4f0f00d757
1 changed files with 5 additions and 3 deletions
|
@ -10656,14 +10656,14 @@ (define-public python-whichcraft
|
||||||
(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 @@ (define-public python-cookiecutter
|
||||||
("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
|
||||||
|
|
Loading…
Reference in a new issue