Commit 172f8693 authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.whenever: 0.6.9 -> 0.6.10

parent e9971983
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@

buildPythonPackage rec {
  pname = "whenever";
  version = "0.6.9";
  version = "0.6.10";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -29,12 +29,12 @@ buildPythonPackage rec {
    owner = "ariebovenberg";
    repo = "whenever";
    rev = "refs/tags/${version}";
    hash = "sha256-Y2+ZQhQpUf747OlzhQRdT1B3jZgCr0BViJ6ujPJWo3w=";
    hash = "sha256-BstdrsOl1cGGxs5akpSoRQtuTfqmxNSlbLIZWu1d/Lc=";
  };

  cargoDeps = rustPlatform.fetchCargoTarball {
    inherit src;
    hash = "sha256-B1weEmW+Q7VxwnLxv9QH75I6IgEICTd70ci/I14ehLY=";
    hash = "sha256-KWB0PRYKiGNBUKYZn8bCHUjh+oFe818PgKtPdNy1CZA=";
  };

  build-system = [