Skip to content

Commit 495e518

Browse files
authored
python312Packages.gcal-sync: 7.0.1 -> 7.1.0 (NixOS#411434)
2 parents ffcc23e + 9ba0040 commit 495e518

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/python-modules/gcal-sync/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
buildPythonPackage rec {
1717
pname = "gcal-sync";
18-
version = "7.0.1";
18+
version = "7.1.0";
1919
pyproject = true;
2020

2121
disabled = pythonOlder "3.10";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
2424
owner = "allenporter";
2525
repo = "gcal_sync";
2626
tag = version;
27-
hash = "sha256-MeXmVQ1NIlxccWM1fvmM8up+oOGEWKwC8GRx9NDxdyQ=";
27+
hash = "sha256-jdhPoZdkgMg9TBIV9j3dvaEnEOpOoa1OKBeR1YAWWKs=";
2828
};
2929

3030
build-system = [ setuptools ];

0 commit comments

Comments
 (0)