Skip to content

Commit

Permalink
python312Packages.gcal-sync: 6.1.4 -> 6.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Sep 30, 2024
1 parent ef7226d commit bdbcda1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/gcal-sync/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

buildPythonPackage rec {
pname = "gcal-sync";
version = "6.1.4";
version = "6.1.5";
pyproject = true;

disabled = pythonOlder "3.10";
Expand All @@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "allenporter";
repo = "gcal_sync";
rev = "refs/tags/${version}";
hash = "sha256-aKLuv/hH9ZVM8WeUwCtJ6BB2/aQh6NHJKh890hR23eM=";
hash = "sha256-qEvXSyiqTj5rLI+voieNzCUKsOxcJVhI0z3pbbL7VcQ=";
};

nativeBuildInputs = [ setuptools ];
Expand Down

0 comments on commit bdbcda1

Please sign in to comment.