python37Packages.APScheduler: 3.6.0 -> 3.6.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-apscheduler/versions
This commit is contained in:
R. RyanTM 2019-08-05 05:33:50 -07:00
parent 53328909da
commit aac0e163dc

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 = [