python37Packages.dominate: 2.3.4 -> 2.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/python3.7-dominate/versions
This commit is contained in:
R. RyanTM 2018-12-14 13:24:14 -08:00 committed by worldofpeace
parent 77293ac160
commit eeb00cc570

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "dominate";
version = "2.3.4";
version = "2.3.5";
src = fetchPypi {
inherit pname version;
sha256 = "8dfcca2bde3937a2d03db6e55efcb0c0dea0d4ab0923dc983d794b19e9247328";
sha256 = "0lda2a4nxxh9wp727vhn31rl5v7y9fxkscdjawg7gzj50xf76xj0";
};
doCheck = !isPy3k;