From 2d5ee0f1e36af7300b235d5b997f13590ec26ca6 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 24 Nov 2023 23:53:16 +0100 Subject: [PATCH] python311Packages.gcal-sync: 6.0.1 -> 6.0.3 Diff: https://github.com/allenporter/gcal_sync/compare/refs/tags/6.0.1...6.0.3 Changelog: https://github.com/allenporter/gcal_sync/releases/tag/6.0.3 --- pkgs/development/python-modules/gcal-sync/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/gcal-sync/default.nix b/pkgs/development/python-modules/gcal-sync/default.nix index 873a047b434c..22426d8e97b6 100644 --- a/pkgs/development/python-modules/gcal-sync/default.nix +++ b/pkgs/development/python-modules/gcal-sync/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "gcal-sync"; - version = "6.0.1"; + version = "6.0.3"; pyproject = true; disabled = pythonOlder "3.10"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "allenporter"; repo = "gcal_sync"; rev = "refs/tags/${version}"; - hash = "sha256-8ye15xn6h2YOMQTC1iJtY05WXe4bKyOn3tvPfNdS3y0="; + hash = "sha256-i5K4kJcieugPkXIuDje8tk5TEX6EwDywUB6MByLmukA="; }; nativeBuildInputs = [