[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/09: gnu: python-cookiecutter: Update to 1.7.3.
From: |
guix-commits |
Subject: |
03/09: gnu: python-cookiecutter: Update to 1.7.3. |
Date: |
Sun, 30 May 2021 05:54:25 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit fc71a45afdb4e7ee45d1c952c56c3b83cafaac1e
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat May 29 20:24:55 2021 +0200
gnu: python-cookiecutter: Update to 1.7.3.
* gnu/packages/python-xyz.scm (python-cookiecutter): Update to 1.7.3.
---
gnu/packages/python-xyz.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d978942..e4cc000 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)
- branch master updated (8774e1b -> c00b176), guix-commits, 2021/05/30
- 01/09: gnu: rlwrap: Update to 0.45.1., guix-commits, 2021/05/30
- 02/09: gnu: rlwrap: Fix single-quotation in Texinfo., guix-commits, 2021/05/30
- 05/09: gnu: net-snmp: Update to 5.9.1., guix-commits, 2021/05/30
- 07/09: gnu: python-hupper: Update to 1.10.3., guix-commits, 2021/05/30
- 06/09: gnu: net-snmp: Omit static library., guix-commits, 2021/05/30
- 08/09: gnu: Add lingot., guix-commits, 2021/05/30
- 03/09: gnu: python-cookiecutter: Update to 1.7.3.,
guix-commits <=
- 04/09: gnu: python-fastjsonschema: Update to 2.15.1., guix-commits, 2021/05/30
- 09/09: gnu: vapoursynth: Wrap with own PYTHONPATH., guix-commits, 2021/05/30