Merge pull request #258771 from r-ryantm/auto-update/python310Packages.schedule

python310Packages.schedule: 1.2.0 -> 1.2.1
This commit is contained in:
Nick Cao
2023-10-03 09:50:27 -04:00
committed by GitHub
@@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "schedule";
version = "1.2.0";
version = "1.2.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-tK1peq+6cYTJ62oeLrxB94FUckKs3ozq6aCiWwTAki0=";
hash = "sha256-hDvAU4uZyT8CuLUOPjmIbAby0AOyT0jhqkyt+j80Enk=";
};
buildInputs = [