Merge pull request #67034 from r-ryantm/auto-update/python3.7-dominate

python37Packages.dominate: 2.3.5 -> 2.4.0
This commit is contained in:
Lancelot SIX 2019-08-20 09:21:24 +02:00 committed by GitHub
commit 49406d1a24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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