0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

python3Packages.cherrypy: 18.7.0 -> 18.8.0

This commit is contained in:
Martin Weinelt 2022-09-14 23:36:05 +02:00
parent 5a7c3d2322
commit 01b6f56f4c

View file

@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "cherrypy";
version = "18.7.0";
version = "18.8.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -31,7 +31,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "CherryPy";
inherit version;
hash = "sha256-cpRS95jKdWOQBG7zGAQ8roZKRoFN6vPmvTTclZrxmN4=";
hash = "sha256-m0jPuoovFtW2QZzGV+bVHbAFujXF44JORyi7A7vH75s=";
};
postPatch = ''