Merge pull request #224214 from fabaff/lightwave2-bump

python310Packages.lightwave2: 0.8.22 -> 0.8.23
This commit is contained in:
Mario Rodas 2023-04-01 09:48:34 -05:00 committed by GitHub
commit 4af8cf788c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "lightwave2";
version = "0.8.22";
version = "0.8.23";
format = "setuptools";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-YrvRlSogw9YSuOvm4PfjrKGvgiBqdXAO9CKqGcBBH0g=";
hash = "sha256-umhFqeX16c6o006MU9/9h4EnqcX7v8C5q3XjxYgi+xk=";
};
propagatedBuildInputs = [