Merge pull request #280845 from r-ryantm/auto-update/python311Packages.cron-descriptor

python311Packages.cron-descriptor: 1.2.35 -> 1.4
This commit is contained in:
Mario Rodas 2024-01-23 22:15:41 -05:00 committed by GitHub
commit 2e8edf8f42
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "cron_descriptor";
version = "1.2.35";
version = "1.4";
src = fetchFromGitHub {
owner = "Salamek";
repo = "cron-descriptor";
rev = "refs/tags/${version}";
hash = "sha256-m+h91cddmEPHCeUWWNpTvb89mFwm8ty8tTnw3YDjCFo=";
hash = "sha256-r5TMatjNYaPhPxhJbBGGshQf6VxKyBV6Za1lQoblxYA=";
};
# remove tests_require, as we don't do linting anyways