python3Packages.pytest-localserver: 0.8.0 -> 0.8.1

https://github.com/pytest-dev/pytest-localserver/blob/v0.8.1/CHANGES
This commit is contained in:
Martin Weinelt 2023-12-03 00:02:26 +01:00
parent f5edc7b7f3
commit 00a9d26162
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "pytest-localserver";
version = "0.8.0";
version = "0.8.1";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-XZDOfQhddB51n6hU29LnxbVXMh1pUXmJTrQOIQ6i/zA=";
hash = "sha256-ZlacNP7zGldQsW7/0c0SiKepC1kVXQBef5FqzNPe5PE=";
};
propagatedBuildInputs = [