edir: 2.27 -> 2.28

This commit is contained in:
R. Ryantm 2024-04-16 00:13:23 +00:00
parent fc69edccf5
commit e60dd4e5ae
1 changed files with 2 additions and 2 deletions

View File

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