Unverified Commit 4df6e3d4 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #197402 from r-ryantm/auto-update/python310Packages.gcal-sync

python310Packages.gcal-sync: 1.1.0 -> 2.1.0
parents f7c5e9af 02d36462
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "gcal-sync";
  version = "1.1.0";
  version = "2.1.0";

  disabled = pythonOlder "3.9";

@@ -20,7 +20,7 @@ buildPythonPackage rec {
    owner = "allenporter";
    repo = "gcal_sync";
    rev = "refs/tags/${version}";
    hash = "sha256-IiBwqpglVC+M1NXSmidSEDjKcGn76aqPZclXK0vKsm8=";
    hash = "sha256-FKrZPiN4rSk5iFhGAXVuKhEeekOnPxdFslP4SMUrQIE=";
  };

  propagatedBuildInputs = [