3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.gcal-sync: 1.1.0 -> 2.1.0

This commit is contained in:
R. Ryantm 2022-10-23 17:35:46 +00:00
parent 7bc0c0e8a6
commit 02d36462e3

View file

@ -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 = [