python3Packages.pytest-httpx: 0.13.0 -> 0.15.0

This commit is contained in:
Jonathan Ringer 2021-11-25 14:47:08 -08:00
parent f70ebad87d
commit 3fe2f3857c
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "pytest-httpx";
version = "0.13.0";
version = "0.15.0";
src = fetchFromGitHub {
owner = "Colin-b";
repo = "pytest_httpx";
rev = "v${version}";
sha256 = "0lh7df3ysxmjzvx6242xb6qiwpfxrnj70kjmw5sndvzmy5dfpxfc";
sha256 = "08dxvjkxlnam3r0yp17495d1vksyawzzkpykacjql1gi6hqlfrwg";
};
buildInputs = [ pytest ];