Unverified Commit 2981035b authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

parents 62d5c214 783303dc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];