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

python313Packages.whenever: 0.7.2 -> 0.7.3 (#391464)

parents ffe40155 59461f51
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@

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

  disabled = pythonOlder "3.9";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
    owner = "ariebovenberg";
    repo = "whenever";
    tag = version;
    hash = "sha256-L0U02hJ6UBG/HtwWQE7xuy+yR8+RErykJNXqo0huyzk=";
    hash = "sha256-J5FpY/vmaZ5TGQEPi+pQFz295tb02BZcCOvlX6zqM6o=";
  };

  cargoDeps = rustPlatform.fetchCargoVendor {