Merge pull request #66062 from r-ryantm/auto-update/python3.7-APScheduler

python37Packages.APScheduler: 3.6.0 -> 3.6.1
This commit is contained in:
Mario Rodas 2019-08-06 06:30:50 -05:00 committed by GitHub
commit ffa28f8574
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,11 +20,11 @@
buildPythonPackage rec {
pname = "APScheduler";
version = "3.6.0";
version = "3.6.1";
src = fetchPypi {
inherit pname version;
sha256 = "0q22lgp001hkk4z4xs2b2hlix84ka15i576p33fmgp69zn4bhmlg";
sha256 = "1c56066rx09xk1zbd156whsynlakxazqq64i509id17015wzp6jj";
};
buildInputs = [