python27Packages.supervisor: 3.3.4 -> 3.3.5

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python2.7-supervisor/versions
This commit is contained in:
R. RyanTM 2019-01-16 12:13:14 -08:00
parent 36c904d637
commit 98fef35898

View File

@ -4,11 +4,11 @@
}: }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "supervisor"; pname = "supervisor";
version = "3.3.4"; version = "3.3.5";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "0wp62z9xprvz2krg02xnbwcnq6pxfq3byd8cxx8c2d8xznih28i1"; sha256 = "1w3ahridzbc6rxfpbyx8lij6pjlcgf2ymzyg53llkjqxalp6sk8v";
}; };
checkInputs = [ mock ]; checkInputs = [ mock ];