lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.git-filter-repo: 2.33.0 -> 2.34.0

+2 -2
+2 -2
pkgs/development/python-modules/git-filter-repo/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "git-filter-repo"; 10 - version = "2.33.0"; 10 + version = "2.34.0"; 11 11 format = "setuptools"; 12 12 13 13 disabled = pythonOlder "3.5"; 14 14 15 15 src = fetchPypi { 16 16 inherit pname version; 17 - sha256 = "1nxfd5yv8ri7w5pzxclxs0yd317nsdcwvw87ancmdkh69xvx1f2f"; 17 + sha256 = "sha256-taCfODhl3goWSwa6F0Rh5V2RZ8xvuwbPKh5i2/DNumM="; 18 18 }; 19 19 20 20 nativeBuildInputs = [