Unverified Commit 90c3e1b2 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

alpaca: 2.0.6 -> 2.6.0 (#347673)

parents 46796b0e fba9ad04
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -13,18 +13,19 @@
  gtksourceview5,
  xdg-utils,
  ollama,
  vte-gtk4,
}:

python3Packages.buildPythonApplication rec {
  pname = "alpaca";
  version = "2.0.6";
  version = "2.6.0";
  pyproject = false; # Built with meson

  src = fetchFromGitHub {
    owner = "Jeffser";
    repo = "Alpaca";
    rev = "refs/tags/${version}";
    hash = "sha256-4c6pisd3o7mycivHd1QZ2N7s8pYzrQXiZMbVvl5ciPA=";
    hash = "sha256-XXxfbchQ1l6L8KflqjlGIiyRbG/dI5ok0ExlROavXYg=";
  };

  nativeBuildInputs = [
@@ -40,6 +41,7 @@ python3Packages.buildPythonApplication rec {
  buildInputs = [
    libadwaita
    gtksourceview5
    vte-gtk4
  ];

  dependencies = with python3Packages; [