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:
commit
49406d1a24
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user