edir: 2.16 -> 2.22

Changelog: https://github.com/bulletmark/edir/releases/tag/2.22

+11 -2
+11 -2
pkgs/tools/misc/edir/default.nix
··· 2 2 3 3 python3Packages.buildPythonApplication rec { 4 4 pname = "edir"; 5 - version = "2.16"; 5 + version = "2.22"; 6 + format = "pyproject"; 6 7 7 8 src = fetchPypi { 8 9 inherit pname version; 9 - sha256 = "ro1GZkJ6xDZcMRaWTAW/a2qhFbZAxsduvGO3C4sOI+A="; 10 + sha256 = "sha256-Z4p16v0J7mgl1Av8tdUZ6vSILgbOpLHs3rWx2P7AH+E="; 10 11 }; 12 + 13 + nativeBuildInputs = with python3Packages; [ 14 + setuptools-scm 15 + ]; 16 + 17 + propagatedBuildInputs = with python3Packages; [ 18 + platformdirs 19 + ]; 11 20 12 21 meta = with lib; { 13 22 description = "Program to rename and remove files and directories using your editor";