summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorjgart <jgart@dismail.de>2024-06-17 16:56:24 -0500
committerjgart <jgart@dismail.de>2024-06-17 17:15:19 -0500
commitb993f4735d41e690dbafb8ee2e17fce996a8cf20 (patch)
tree1634092316772d4ccf86b39976e7ec191314518c /gnu/packages/python-xyz.scm
parent313a3c17e78528afbe743e04c4aa04bc489d70aa (diff)
downloadguix-patches-b993f4735d41e690dbafb8ee2e17fce996a8cf20.tar
guix-patches-b993f4735d41e690dbafb8ee2e17fce996a8cf20.tar.gz
gnu: python-cookiecutter: Update to 2.6.0.
* gnu/packages/python-xyz.scm (python-cookiecutter): Update to 2.6.0. Change-Id: I411ecead8162af96ea042b1b4fc3647b7614e53b
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ad4630d9c1..8f2e6fc222 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -19274,13 +19274,13 @@ designed to work across multiple versions of Python.")
(define-public python-cookiecutter
(package
(name "python-cookiecutter")
- (version "2.5.0")
+ (version "2.6.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "cookiecutter" version))
(sha256
- (base32 "1v1iafk8j2f5cciw9mf4263v91070c6z049cpnw42gwffhs907p6"))))
+ (base32 "0762882zrvf3sslr9r7v8wkdwjckhm2clj4d831gvx54kqbgh8fv"))))
(build-system python-build-system)
(arguments
(list