gnu: python-cookiecutter: Update to 2.6.0.
* gnu/packages/python-xyz.scm (python-cookiecutter): Update to 2.6.0. Change-Id: I411ecead8162af96ea042b1b4fc3647b7614e53b
This commit is contained in:
parent
313a3c17e7
commit
b993f4735d
1 changed files with 2 additions and 2 deletions
|
@ -19274,13 +19274,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 "2.5.0")
|
(version "2.6.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "cookiecutter" version))
|
(uri (pypi-uri "cookiecutter" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1v1iafk8j2f5cciw9mf4263v91070c6z049cpnw42gwffhs907p6"))))
|
(base32 "0762882zrvf3sslr9r7v8wkdwjckhm2clj4d831gvx54kqbgh8fv"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Reference in a new issue