Unverified Commit 94f1803a authored by Fabián Heredia Montiel's avatar Fabián Heredia Montiel Committed by GitHub
Browse files

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

edir: 2.16 -> 2.22
parents 78face1b 4d759682
Loading
Loading
Loading
Loading
+11 −2
Original line number Diff line number Diff line
@@ -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";