python37Packages.dominate: 2.3.5 -> 2.4.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-dominate/versions
This commit is contained in:
R. RyanTM 2019-08-19 23:53:12 -07:00
parent ffbb4d26f9
commit 0a094d1419

View File

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