Merge pull request #108368 from r-ryantm/auto-update/python3.7-tasklib

python37Packages.tasklib: 2.2.1 -> 2.3.0
This commit is contained in:
Mario Rodas 2021-01-06 09:34:41 -05:00 committed by GitHub
commit e7a9387b78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,11 +8,11 @@ wsl_stub = writeShellScriptBin "wsl" "true";
in buildPythonPackage rec {
pname = "tasklib";
version = "2.2.1";
version = "2.3.0";
src = fetchPypi {
inherit pname version;
sha256 = "21525a34469928876b64edf8abf79cf788bb3fa796d4554ba22a68bc1f0693f5";
sha256 = "7fe8676acb4559129c4e958be7704c12dccdbae302fff47c5398bc0dd1c9e563";
};
propagatedBuildInputs = [