python3Packages.blasthttp: 0.9.0 -> 0.10.0

This commit is contained in:
Fabian Affolter
2026-08-24 16:49:35 +02:00
parent f74405caa6
commit 94cd1671ba

View File

@@ -15,19 +15,19 @@
buildPythonPackage (finalAttrs: {
pname = "blasthttp";
version = "0.9.0";
version = "0.10.0";
pyproject = true;
__structuredAttrs = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-JuoGy+QdBsVPMtD0T4Y/NSoeJcO7dwg3HmpqHxTxCIc=";
hash = "sha256-UDTqxGTFMGaV9UpDRo65OqqavTZq4UIyC3K5t+e9W9s=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit (finalAttrs) pname version src;
hash = "sha256-1+OFAD9n8JntZSV+PZbYLPRM/XDlFwgrEMFGv/LzTN8=";
hash = "sha256-cn9CYnMzHp52zVSozHbq9TDS01wgQ4hxI+iuKbvhfMQ=";
};
postPatch = ''