Unverified Commit 3c9d8e70 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.crontab: 3.2.0 -> 3.3.0 (#438791)

parents da73c008 8a4752b7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "crontab";
  version = "3.2.0";
  version = "3.3.0";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
    owner = "doctormo";
    repo = "python-crontab";
    rev = "refs/tags/v${version}";
    hash = "sha256-OZalqh/A4pBM1Hat4t76Odk2cTmKLwaHGY7pndgIgss=";
    hash = "sha256-eJXtvTRwokbewWrTArHJ2FXGDLvlkGA/5ZZR01koMW8=";
  };

  build-system = [ setuptools ];