python312Packages.python-didl-lite: 1.4.0 -> 1.4.1 (#367523)

This commit is contained in:
Martin Weinelt
2024-12-23 03:54:44 +01:00
committed by GitHub
@@ -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 ];