summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/pytest-httpserver/default.nix
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-08-01 08:11:17 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-08-01 08:11:17 +0000
commitecccd5395f4c34691a429604bb05083bf54a17db (patch)
treea9a019c8041ea0d6f2a2283b9ea5d52176b28263 /pkgs/development/python-modules/pytest-httpserver/default.nix
parent56894a04e292ca6d0ae0bfc2f807f555e814e9e3 (diff)
python310Packages.pytest-httpserver: 1.0.4 -> 1.0.5
Diffstat (limited to 'pkgs/development/python-modules/pytest-httpserver/default.nix')
-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 eb04881455d7..4b58c71cc656 100644
--- a/pkgs/development/python-modules/pytest-httpserver/default.nix
+++ b/pkgs/development/python-modules/pytest-httpserver/default.nix
@@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "pytest-httpserver";
- version = "1.0.4";
+ version = "1.0.5";
src = fetchPypi {
pname = "pytest_httpserver";
inherit version;
- sha256 = "6de464ba5f74628d6182ebbdcb56783edf2c9b0caf598dc35c11f014f24a3f0d";
+ sha256 = "sha256-rjKWYm0KEOg1qfQjxhtFQFR9WCQivgVMP8wIYmuqECQ=";
};
propagatedBuildInputs = [ werkzeug ];