python312Packages.python-didl-lite: 1.4.0 -> 1.4.1

https://github.com/StevenLooman/python-didl-lite/blob/1.4.1/CHANGES.rst
This commit is contained in:
Martin Weinelt
2024-12-23 03:09:44 +01:00
parent 3ba44f2124
commit 785632005e
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "python-didl-lite";
version = "1.4.0";
version = "1.4.1";
pyroject = true;
disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "StevenLooman";
repo = "python-didl-lite";
rev = "refs/tags/${version}";
hash = "sha256-A+G97T/udyL/yRqykq1sEGDEI6ZwtDBc5xUNFiJp0UQ=";
hash = "sha256-YSP24GiSngwwvpwfOoKkm/i0qCtpryjcshxZCskf5BM=";
};
nativeBuildInputs = [ setuptools ];