alpaca: 3.2.0 -> 3.5.0 (#374152)

authored by

Aleksana and committed by
GitHub
535fa769 acfffa44

+8 -2
+8 -2
pkgs/by-name/al/alpaca/package.nix
··· 14 xdg-utils, 15 ollama, 16 vte-gtk4, 17 }: 18 19 python3Packages.buildPythonApplication rec { 20 pname = "alpaca"; 21 - version = "3.2.0"; 22 pyproject = false; # Built with meson 23 24 src = fetchFromGitHub { 25 owner = "Jeffser"; 26 repo = "Alpaca"; 27 tag = version; 28 - hash = "sha256-Mh+LYslVmb4l+ZCB1Si7hxugzHPz/mULUMBNeJI12r0="; 29 }; 30 31 nativeBuildInputs = [ ··· 42 libadwaita 43 gtksourceview5 44 vte-gtk4 45 ]; 46 47 dependencies = with python3Packages; [ ··· 54 pydbus 55 odfpy 56 pyicu 57 ]; 58 59 dontWrapGApps = true; ··· 70 # https://github.com/flatpak/flatpak/issues/3229 71 "--set FLATPAK_DEST ${placeholder "out"}" 72 ]; 73 74 meta = { 75 description = "Ollama client made with GTK4 and Adwaita";
··· 14 xdg-utils, 15 ollama, 16 vte-gtk4, 17 + libspelling, 18 + nix-update-script, 19 }: 20 21 python3Packages.buildPythonApplication rec { 22 pname = "alpaca"; 23 + version = "3.5.0"; 24 pyproject = false; # Built with meson 25 26 src = fetchFromGitHub { 27 owner = "Jeffser"; 28 repo = "Alpaca"; 29 tag = version; 30 + hash = "sha256-YheyeT9KiH9LphFfExie7RU7q/qVni5pFdpz32rM8RQ="; 31 }; 32 33 nativeBuildInputs = [ ··· 44 libadwaita 45 gtksourceview5 46 vte-gtk4 47 + libspelling 48 ]; 49 50 dependencies = with python3Packages; [ ··· 57 pydbus 58 odfpy 59 pyicu 60 + matplotlib 61 ]; 62 63 dontWrapGApps = true; ··· 74 # https://github.com/flatpak/flatpak/issues/3229 75 "--set FLATPAK_DEST ${placeholder "out"}" 76 ]; 77 + 78 + passthru.updateScript = nix-update-script { }; 79 80 meta = { 81 description = "Ollama client made with GTK4 and Adwaita";