Troy Figiel writes: > * gnu/packages/python-xyz.scm (python-cookiecutter): Update to 2.5.0. > [arguments]<#:phases>: Add 'pre-check phase to set a writable home directory > and patch dynamically generated shebangs. Replace the default check phase to use pytest. > [native-inputs]: Add bash-minimal and git. Remove python-pytest-catchlog. > [propagated-inputs]: Add python-arrow, python-pyyaml and python-rich. Remove > python-future, python-jinja2-time, python-poyo, python-text-unidecode and > python-whichcraft. > > Change-Id: Ifc612136fa9a67ad643d0e1c031d173a3b3904a4 > --- > gnu/packages/python-xyz.scm | 51 +++++++++++++++++++++++++------------ > 1 file changed, 35 insertions(+), 16 deletions(-) Thanks for the patch, I've pushed it to master as 0de5677a1853dc8c4d74f239de8787d49fc77c94. Chris