cron-descriptor: 1.4 -> 1.4.3

This commit is contained in:
phaer 2024-07-31 11:30:42 +02:00
parent c841bb40af
commit 3ee11b4f6e

View File

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