about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pytest-httpx
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2021-11-25 14:47:08 -0800
committerJonathan Ringer <jonringer117@gmail.com>2021-11-30 18:52:14 -0800
commit3fe2f3857c02f5f84f505f94d1fc5bb0c449431c (patch)
tree1af9d652d445692f4d50b6ebc39cf0e8ed547bc9 /pkgs/development/python-modules/pytest-httpx
parentf70ebad87d6e65d70e46d8e68d33f9e9e75f6405 (diff)
python3Packages.pytest-httpx: 0.13.0 -> 0.15.0
Diffstat (limited to 'pkgs/development/python-modules/pytest-httpx')
-rw-r--r--pkgs/development/python-modules/pytest-httpx/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pytest-httpx/default.nix b/pkgs/development/python-modules/pytest-httpx/default.nix
index b0bc07b6c1629..819c0a14832f5 100644
--- a/pkgs/development/python-modules/pytest-httpx/default.nix
+++ b/pkgs/development/python-modules/pytest-httpx/default.nix
@@ -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 ];