python3Packages.aerosandbox: 4.2.8 -> 4.2.10

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Fabian Affolter
2026-08-25 01:24:02 +02:00
parent fad29117cd
commit 8b804bca84

View File

@@ -16,7 +16,7 @@
buildPythonPackage (finalAttrs: {
pname = "aerosandbox";
version = "4.2.8";
version = "4.2.10";
format = "wheel";
src = fetchPypi {
@@ -26,7 +26,7 @@ buildPythonPackage (finalAttrs: {
python = "py3";
dist = "py3";
hash = "sha256-+rrZzaBWyc9a20bUlsB0iDqYkn+ldlKT0lFfCy2yeXk=";
hash = "sha256-usUf1Fdz0h0rdoSLj8Nm984KLZ88Eo+RoTBA7ppJkyM=";
};
build-system = [ setuptools ];