python312Packages.cron-descriptor: 1.4.4 -> 1.4.5

Diff: https://github.com/Salamek/cron-descriptor/compare/refs/tags/1.4.4...1.4.5

Changelog: https://github.com/Salamek/cron-descriptor/releases/tag/1.4.5
This commit is contained in:
Fabian Affolter
2024-10-13 11:09:51 +02:00
committed by Martin Weinelt
parent d4db9cd7df
commit 5f49bd6b8c
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "cron-descriptor";
version = "1.4.4";
version = "1.4.5";
pyproject = true;
src = fetchFromGitHub {
owner = "Salamek";
repo = "cron-descriptor";
rev = "refs/tags/${version}";
hash = "sha256-NKAfNwIRnND4ume27CSPJoib9DysbpdD905SNP+wx0A=";
hash = "sha256-ElYma6RH2u1faIgOvGpMQA26dSIibWcO4mWU6NAA5PQ=";
};
# remove tests_require, as we don't do linting anyways