mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
python3Packages.pytest-httpserver: 1.0.10 -> 1.1.0
https://github.com/csernazs/pytest-httpserver/blob/1.1.0/CHANGES.rst
This commit is contained in:
parent
bb1e0e875c
commit
6a5be0cd89
@ -12,7 +12,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pytest-httpserver";
|
||||
version = "1.0.10";
|
||||
version = "1.1.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@ -21,7 +21,7 @@ buildPythonPackage rec {
|
||||
owner = "csernazs";
|
||||
repo = "pytest-httpserver";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-KCsZs4MGENByF/wB+aj3yvMp7lssHNVKx8jLhDQ1u4k=";
|
||||
hash = "sha256-BkdbCrpZKjHYikZk1mL4iSGe5gRjWUVN/w222QkmFLQ=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ poetry-core ];
|
||||
|
Loading…
Reference in New Issue
Block a user