## [Unreleased]
+
+
+## [3.0.12] - 2023-09-07
### Changed
- Show which files are unexpectedly incomparable
- Allow nixpkgs' new intentionally-invalid symlink
, autopep8, makeWrapper, mypy, pylint, git-cache, }:
buildPythonPackage rec {
pname = "pinch";
- version = "3.0.12-pre";
+ version = "3.0.12";
src = lib.cleanSource ./.;
buildInputs = [ makeWrapper ];
propagatedBuildInputs = [ git-cache ];
setup(
name='pinch',
- version='3.0.12-pre',
+ version='3.0.12',
description="Cache git content locally",
author="Scott Worley",
author_email="scottworley@scottworley.com",