Commit d0bbc335 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt
Browse files

python313Packages.whenever: 0.7.3 -> 0.8.0

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

buildPythonPackage rec {
  pname = "whenever";
  version = "0.7.3";
  version = "0.8.0";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -29,12 +29,12 @@ buildPythonPackage rec {
    owner = "ariebovenberg";
    repo = "whenever";
    tag = version;
    hash = "sha256-J5FpY/vmaZ5TGQEPi+pQFz295tb02BZcCOvlX6zqM6o=";
    hash = "sha256-HeEuzOHT0EbmkbIH/yejKu54943ItUy8oY2ZlnEwgBA=";
  };

  cargoDeps = rustPlatform.fetchCargoVendor {
    inherit src;
    hash = "sha256-LUzb2cTnJIlL9USAJv8eZ56TpWuoUjYepRps6SV+mBo=";
    hash = "sha256-szNRzaswILPjMJ+QFUWSJPfB6mF+o78Qg6AWkkancuU=";
  };

  build-system = [