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