kikit: 1.7.2 -> 1.8.0 (#509409)

This commit is contained in:
nixpkgs-ci[bot]
2026-04-17 01:44:45 +00:00
committed by GitHub
+2 -2
View File
@@ -26,14 +26,14 @@ let
in
buildPythonApplication (finalAttrs: {
pname = "kikit";
version = "1.7.2";
version = "1.8.0";
pyproject = true;
src = fetchFromGitHub {
owner = "yaqwsx";
repo = "KiKit";
tag = "v${finalAttrs.version}";
hash = "sha256-HSAQJJqJMVh44wgOQm+0gteShLogklBFuIzWtoVTf9I=";
hash = "sha256-QhtdQgMgHaB0xj2hQ4MCptr5DDgCOfRClUSyYzrFQis=";
# Upstream uses versioneer, which relies on gitattributes substitution.
# This leads to non-reproducible archives on GitHub.
# See https://github.com/NixOS/nixpkgs/issues/84312