python310Packages.cron-descriptor: 1.2.24 -> 1.2.27

This commit is contained in:
R. Ryantm 2022-06-30 14:02:47 +00:00
parent 54503f0e7f
commit 56c5f3f366

View file

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