alpaca: 8.2.2 -> 8.3.1

This commit is contained in:
Gliczy
2025-11-12 02:48:53 +01:00
parent 71b3650951
commit a676ad0643
+2 -2
View File
@@ -31,14 +31,14 @@ let
in
pythonPackages.buildPythonApplication rec {
pname = "alpaca";
version = "8.2.2";
version = "8.3.1";
pyproject = false; # Built with meson
src = fetchFromGitHub {
owner = "Jeffser";
repo = "Alpaca";
tag = version;
hash = "sha256-i1qNLV+oKkZlS/v8jfJJc67lJBuW6j2Uz93vb1StD6g=";
hash = "sha256-X3kITzZBcpN3kYDiT2PTu9UvuWQ/XSq3tVYYMa1btnY=";
};
nativeBuildInputs = [