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

edir: 2.27 -> 2.28
This commit is contained in:
Weijia Wang 2024-04-16 12:51:01 +02:00 committed by GitHub
commit b43ef6feb3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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; [