Merge pull request #67083 from r-ryantm/auto-update/python3.7-moretools

python37Packages.moretools: 0.1.9 -> 0.1.10
This commit is contained in:
Marek Mahut 2019-08-20 20:56:30 +02:00 committed by GitHub
commit 341aac7388
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -4,11 +4,11 @@
buildPythonPackage rec {
pname = "moretools";
version = "0.1.9";
version = "0.1.10";
src = fetchPypi {
inherit pname version;
sha256 = "f531cc79b7cd0c4aab590d5d4d0291f7cf6f083398be1dd523224b3385b732f4";
sha256 = "1rvd9kl0163gm5kqwsb2m44x87sp72k5pirvcmhy2ffix4pzadqp";
};
checkPhase = ''