python3Packages.aerosandbox: 4.2.5 -> 4.2.6

This commit is contained in:
Martin Weinelt 2024-09-29 17:03:31 +02:00
parent 2182b0afdb
commit 1fefcc378d

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "aerosandbox";
version = "4.2.5";
version = "4.2.6";
format = "wheel";
src = fetchPypi {
@ -25,7 +25,7 @@ buildPythonPackage rec {
python = "py3";
dist = "py3";
hash = "sha256-9WxeXmcOZpKpNn8r6REudQlDRXavym52tvKajYJIfXA=";
hash = "sha256-jS1Eh/+2WXZkQC4pt1Rwvw7plJC1NFFC08gqzEyGir4=";
};
build-system = [ setuptools ];