python3Packages.pytest-httpx: 0.30.0 -> 0.32.0

https://github.com/Colin-b/pytest_httpx/blob/v0.32.0/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2024-10-13 11:09:08 +02:00
parent 6a5be0cd89
commit 52ef90388a
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "pytest-httpx";
version = "0.30.0";
version = "0.32.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "Colin-b";
repo = "pytest_httpx";
rev = "refs/tags/v${version}";
hash = "sha256-JfyqeOCHNHO4IEHVrh47TdWvb8lcy/1Prqnfphs0ufM=";
hash = "sha256-YwpNwtSTyCd78Q4zjvdCoXxpFd1XItcV5dq/O9z1dMw=";
};
nativeBuildInputs = [