python313Packages.nexia: 2.3.0 -> 2.4.0 (#390054)

This commit is contained in:
Fabian Affolter
2025-03-15 10:29:08 +01:00
committed by GitHub
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "nexia";
version = "2.3.0";
version = "2.4.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "bdraco";
repo = "nexia";
tag = version;
hash = "sha256-TY4aJnqw3+n30YyPwvh8hwsxibmOBFcRHnQxMkiRgz4=";
hash = "sha256-DO6UJ/oLCLZdRR2f0rXe4R5nQtByqzHrLXhyUsvY/jw=";
};
build-system = [ setuptools ];