python3Packages.pytest-httpx: 0.10.1 -> 0.11.0
This commit is contained in:
parent
98cd269c3f
commit
7bbebc5d6a
@ -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 ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user