python310Packages.lightwave: 0.21 -> 0.24

This commit is contained in:
Fabian Affolter 2023-05-09 18:08:28 +02:00
parent fb250ff2c9
commit 2a8978891a

View File

@ -6,14 +6,14 @@
buildPythonPackage rec {
pname = "lightwave";
version = "0.21";
version = "0.24";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-h/ztEY473XjvUCWu6vr7FA3WSYPHaLKNMc2fpu/wRC0=";
hash = "sha256-l9hwdAKrpdXj/pkrgyiuhbPaGgT6tjfoOw/TBpR+k1I=";
};
pythonImportsCheck = [