python312Packages.cronsim: 2.5 -> 2.6

This commit is contained in:
R. Ryantm 2024-11-03 03:09:15 +00:00
parent 7966d83510
commit 783303dc31

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "cronsim";
version = "2.5";
version = "2.6";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "cuu508";
repo = "cronsim";
rev = "refs/tags/${version}";
hash = "sha256-TSVFkMCMmrMXaPJPPNjIML+z98i1iIYuKH7hHiZnJkg=";
hash = "sha256-WJ3v2cqAKZkXp1u8xJ0aFuyHPq0gn24DRxpnq5cH/90=";
};
nativeCheckInputs = [ pytestCheckHook ];