python3Packages.exa-py: 2.19.0 -> 2.20.0

This commit is contained in:
R. Ryantm
2026-09-06 10:03:22 +00:00
parent 8612a87e30
commit ab751c9b00

View File

@@ -24,7 +24,7 @@
buildPythonPackage (finalAttrs: {
pname = "exa-py";
version = "2.19.0";
version = "2.20.0";
pyproject = true;
__structuredAttrs = true;
@@ -33,7 +33,7 @@ buildPythonPackage (finalAttrs: {
owner = "exa-labs";
repo = "exa-py";
tag = "v${finalAttrs.version}";
hash = "sha256-1VrVys2asOhlwXEJb6l91QQolK253fE07TYfguj/g8I=";
hash = "sha256-oMFpZP3fZ8Gye35U6YQy/urm/07brKt9UicSibudKY4=";
};
build-system = [