Merge pull request #257933 from nadir-yttrium/update-edir

edir: 2.16 -> 2.22
This commit is contained in:
Fabián Heredia Montiel 2023-09-30 12:36:20 -06:00 committed by GitHub
commit 94f1803aaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,22 @@
python3Packages.buildPythonApplication rec {
pname = "edir";
version = "2.16";
version = "2.22";
format = "pyproject";
src = fetchPypi {
inherit pname version;
sha256 = "ro1GZkJ6xDZcMRaWTAW/a2qhFbZAxsduvGO3C4sOI+A=";
sha256 = "sha256-Z4p16v0J7mgl1Av8tdUZ6vSILgbOpLHs3rWx2P7AH+E=";
};
nativeBuildInputs = with python3Packages; [
setuptools-scm
];
propagatedBuildInputs = with python3Packages; [
platformdirs
];
meta = with lib; {
description = "Program to rename and remove files and directories using your editor";
homepage = "https://github.com/bulletmark/edir";