python3Packages.nexia: 2.8.0 -> 2.10.0 (#405627)

This commit is contained in:
Nick Cao
2025-05-09 16:35:44 -04:00
committed by GitHub
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "nexia";
version = "2.8.0";
version = "2.10.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "bdraco";
repo = "nexia";
tag = version;
hash = "sha256-nDlOMcBCmPHKvbLLrfRNPBpG9qFpJqzdkluOLnyxUfs=";
hash = "sha256-5gx66PVyrpL/9EXEWsHxKZVHmpfOKluN3LLok2qW3oU=";
};
build-system = [ setuptools ];