summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/pytest-httpserver
diff options
context:
space:
mode:
authorMilo Gertjejansen <milo@milogert.com>2021-07-25 16:02:48 -0400
committerMilo Gertjejansen <milo@milogert.com>2021-07-25 16:02:48 -0400
commitb0b71138c81448bc56784275f98fa79aecdd412a (patch)
tree9db39f2335b9de4750d29963315d0b29bb890458 /pkgs/development/python-modules/pytest-httpserver
parenta274fdfee7031f5d1abe7ac4e1331d13cd33c112 (diff)
parent2f9cf506dd12c86a322ace5ae74b4eafee172cc2 (diff)
Merge branch 'master' of https://github.com/NixOS/nixpkgs into tt-rss-2021-06-21
Diffstat (limited to 'pkgs/development/python-modules/pytest-httpserver')
-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 f790629a29cf..aaca4174a2f2 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 ];