python3Packages.pytest-httpx: 0.10.1 -> 0.11.0

This commit is contained in:
Fabian Affolter 2021-03-01 10:00:57 +01:00
parent 98cd269c3f
commit 7bbebc5d6a

View File

@ -2,13 +2,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pytest-httpx"; pname = "pytest-httpx";
version = "0.10.1"; version = "0.11.0";
src = fetchPypi { src = fetchPypi {
inherit version; inherit version;
pname = "pytest_httpx"; pname = "pytest_httpx";
extension = "tar.gz"; extension = "tar.gz";
sha256 = "13ld6nnsc3f7i4zl4qm1jh358z0awr6xfk05azwgngmjb7jmcz0a"; sha256 = "sha256-koyrYudZfWRYeK4nP9SLGvEd0xlf017FyZ2FN8CV0Ys=";
}; };
propagatedBuildInputs = [ httpx pytest ]; propagatedBuildInputs = [ httpx pytest ];