Merge pull request #180061 from r-ryantm/auto-update/python3.10-cron_descriptor

python310Packages.cron-descriptor: 1.2.27 -> 1.2.30
This commit is contained in:
Bobby Rong 2022-07-07 18:24:29 +08:00 committed by GitHub
commit d8b87359d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "cron_descriptor";
version = "1.2.27";
version = "1.2.30";
src = fetchFromGitHub {
owner = "Salamek";
repo = "cron-descriptor";
rev = "refs/tags/${version}";
sha256 = "sha256-ycpBbXVUl7mIPx6p4DoVq51T86Im9bkF6LQFSYUL4uk=";
sha256 = "sha256-Qei9f0HlIu5sautMEASvxdUqZyXKvHDWJgd3oST1gJo=";
};
# remove tests_require, as we don't do linting anyways