python312Packages.cronsim: 2.5 -> 2.6 (#353269)

This commit is contained in:
Nick Cao 2024-11-03 08:17:22 -05:00 committed by GitHub
commit 2981035b7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];