forked from mirrors/nixpkgs
python310Packages.gcal-sync: 4.0.3 -> 4.0.4
Diff: https://github.com/allenporter/gcal_sync/compare/refs/tags/4.0.3...4.0.4 Changelog: https://github.com/allenporter/gcal_sync/releases/tag/4.0.4
This commit is contained in:
parent
7038c53fbf
commit
d3d6152995
|
@ -13,7 +13,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "gcal-sync";
|
||||
version = "4.0.3";
|
||||
version = "4.0.4";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
|
@ -22,7 +22,7 @@ buildPythonPackage rec {
|
|||
owner = "allenporter";
|
||||
repo = "gcal_sync";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-FDxyuSR0Ekal/3+OhR3Z0pkiWYMToeCcfwBQp3bjnyw=";
|
||||
hash = "sha256-g0hnwUX33qZ36JgKx3KHP3BciYujQ+Eahe6bF3m87FM=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue