python37Packages.jaraco_classes: 1.5 -> 2.0

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-jaraco.classes/versions
This commit is contained in:
R. RyanTM 2019-01-16 21:15:29 -08:00
parent 36c904d637
commit d17316fab6

View File

@ -2,10 +2,10 @@
buildPythonPackage rec {
pname = "jaraco.classes";
version = "1.5";
version = "2.0";
src = fetchPypi {
inherit pname version;
sha256 = "002zsifikv6qwigkjlij7jhyvbwv6793m8h9ckbkx2jizmgc80fi";
sha256 = "1xfal9085bjh4fv57d6v9ibr5wf4llj73gp1ybdlqd2bralc9hnw";
};
doCheck = false;
buildInputs = [ setuptools_scm ];