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
This commit is contained in:
Jeremy Fleischman
2024-08-21 07:25:54 -07:00
parent 5c493ae9ed
commit 3fc660733b
+2 -2
View File
@@ -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 = [