Unverified Commit 1b0edbfd authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

kikit: 1.7.2 -> 1.8.0 (#509409)

parents cc6d93dd 7a62e95a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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