## [Unreleased]
+
+
+## [3.0.12] - 2023-12-07
- Fixed nested-git issues in pre-commit hook
- Adapt to new, stricter minidom type checks
- Cleaned up changelog
, autopep8, makeWrapper, mypy, pylint, git-cache, }:
buildPythonPackage rec {
pname = "pinch";
- version = "3.0.13-pre";
+ version = "3.0.13";
src = lib.cleanSource ./.;
buildInputs = [ makeWrapper ];
propagatedBuildInputs = [ git-cache ];
setup(
name='pinch',
- version='3.0.13-pre',
+ version='3.0.13',
description="Cache git content locally",
author="Scott Worley",
author_email="scottworley@scottworley.com",