about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-07-08 22:21:17 +0200
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-07-08 13:49:51 -0700
commitdb6e03fe8aa6ee44b2fa805ebe492d45b81a9ac1 (patch)
tree1ce9de038e404b11ab829f8876aaea52d86a5aa0 /pkgs
parent6ed56b865f897a19ba039945e7a7031184522b6f (diff)
python3Packages.pytest-httpserver: 0.3.7 -> 1.0.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/pytest-httpserver/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pytest-httpserver/default.nix b/pkgs/development/python-modules/pytest-httpserver/default.nix
index f790629a29cf6..aaca4174a2f22 100644
--- a/pkgs/development/python-modules/pytest-httpserver/default.nix
+++ b/pkgs/development/python-modules/pytest-httpserver/default.nix
@@ -10,12 +10,12 @@
 
 buildPythonPackage rec {
   pname = "pytest-httpserver";
-  version = "0.3.7";
+  version = "1.0.0";
 
   src = fetchPypi {
     pname = "pytest_httpserver";
     inherit version;
-    sha256 = "sha256-YgTcrUlwh2jz0tJdMUgjm8RcqrtpJ/oUQm3SnxUc5Z4=";
+    sha256 = "sha256-rjCV0TTUBgLpVyEUDiIhOdpKV5lWEjmQr4WCUyTQdG0=";
   };
 
   propagatedBuildInputs = [ werkzeug ];