Merge pull request #282742 from r-ryantm/auto-update/edir

edir: 2.22 -> 2.27
This commit is contained in:
maxine 2024-01-22 18:14:27 +01:00 committed by GitHub
commit bf8d51b651
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,12 +2,12 @@
python3Packages.buildPythonApplication rec {
pname = "edir";
version = "2.22";
version = "2.27";
format = "pyproject";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-Z4p16v0J7mgl1Av8tdUZ6vSILgbOpLHs3rWx2P7AH+E=";
sha256 = "sha256-i9c5DDZnCj6Roqw6fpy+rhX2/Sup1hh8vIpsRcWZQFc=";
};
nativeBuildInputs = with python3Packages; [