python37Packages.cherrypy: 18.1.1 -> 18.1.2

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-cherrypy/versions
This commit is contained in:
R. RyanTM 2019-07-02 02:39:59 -07:00 committed by Frederik Rietdijk
parent cd55e52de3
commit 172923ad95

View File

@ -6,14 +6,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "cherrypy"; pname = "cherrypy";
version = "18.1.1"; version = "18.1.2";
disabled = !isPy3k; disabled = !isPy3k;
src = fetchPypi { src = fetchPypi {
pname = "CherryPy"; pname = "CherryPy";
inherit version; inherit version;
sha256 = "6585c19b5e4faffa3613b5bf02c6a27dcc4c69a30d302aba819639a2af6fa48b"; sha256 = "1w3hpsg7q8shdmscmbqk00w90lcw3brary7wl1a56k5h7nx33pj8";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [