3
0
Fork 0
forked from mirrors/nixpkgs

git-filter-repo: 2.34.0 -> 2.38.0

This commit is contained in:
R. Ryantm 2022-10-11 20:01:25 +00:00
parent 4b02f74d3c
commit 612e31d716

View file

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "git-filter-repo";
version = "2.34.0";
version = "2.38.0";
format = "setuptools";
disabled = pythonOlder "3.5";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-taCfODhl3goWSwa6F0Rh5V2RZ8xvuwbPKh5i2/DNumM=";
sha256 = "sha256-/hdT4Y8L1tPJtXhoyAEa59BWpuurcGcGOWoV71MScl4=";
};
nativeBuildInputs = [