From 3fc660733babd8a600c83be0daa4dc29faf584a7 Mon Sep 17 00:00:00 2001 From: Jeremy Fleischman Date: Tue, 20 Aug 2024 10:43:07 -0700 Subject: [PATCH] kikit: 1.5.0 -> 1.6.0 kikit 1.5.0 bundles an old version of versioneer that doesn't work with Python 3.12. See this usptream issue for details: https://github.com/yaqwsx/KiKit/issues/680 This was fixed in https://github.com/yaqwsx/KiKit/commit/e0c312ae105c8d2a4626b83ac86324b1a1be75ba, which first landed in kikit 1.6.0. So, let's upgrade and finally get this building on Python 3.12! This fixes https://github.com/NixOS/nixpkgs/issues/325220 --- pkgs/by-name/ki/kikit/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/ki/kikit/default.nix b/pkgs/by-name/ki/kikit/default.nix index caaa81315427..49bef476bccd 100644 --- a/pkgs/by-name/ki/kikit/default.nix +++ b/pkgs/by-name/ki/kikit/default.nix @@ -24,7 +24,7 @@ let in buildPythonApplication rec { pname = "kikit"; - version = "1.5.0"; + version = "1.6.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -33,7 +33,7 @@ buildPythonApplication rec { owner = "yaqwsx"; repo = "KiKit"; rev = "refs/tags/v${version}"; - hash = "sha256-f8FB6EEy9Ch4LcMKd9PADXV9QrSb7e22Ui86G6AnQKE="; + hash = "sha256-r8LQcy3I6hmcrU/6HfPAYJd+cEZdhad6DUldC9HvXZU="; }; propagatedBuildInputs = [