We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ffcc23e + 9ba0040 commit 495e518Copy full SHA for 495e518
1 file changed
pkgs/development/python-modules/gcal-sync/default.nix
@@ -15,7 +15,7 @@
15
16
buildPythonPackage rec {
17
pname = "gcal-sync";
18
- version = "7.0.1";
+ version = "7.1.0";
19
pyproject = true;
20
21
disabled = pythonOlder "3.10";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
24
owner = "allenporter";
25
repo = "gcal_sync";
26
tag = version;
27
- hash = "sha256-MeXmVQ1NIlxccWM1fvmM8up+oOGEWKwC8GRx9NDxdyQ=";
+ hash = "sha256-jdhPoZdkgMg9TBIV9j3dvaEnEOpOoa1OKBeR1YAWWKs=";
28
};
29
30
build-system = [ setuptools ];
0 commit comments