From f90bcbfe9f83927d7d8b55b896d18ab219a823c8 Mon Sep 17 00:00:00 2001 From: dish Date: Sun, 31 May 2026 13:28:21 -0400 Subject: [PATCH] [marvin] gdq-cals py3.13 --- hosts/marvin/services/gdq-cals.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/marvin/services/gdq-cals.nix b/hosts/marvin/services/gdq-cals.nix index 26bf0334..481b6550 100644 --- a/hosts/marvin/services/gdq-cals.nix +++ b/hosts/marvin/services/gdq-cals.nix @@ -4,7 +4,7 @@ ... }: let - pyWithLibs = pkgs.python312.withPackages (ps: [ + pyWithLibs = pkgs.python313.withPackages (ps: [ ps.pytz ps.icalendar ps.requests -- 2.51.2