alpaca: 8.1.1 -> 8.2.2

This commit is contained in:
R. Ryantm
2025-10-25 23:54:23 +00:00
parent e4841cea0a
commit db427484a7
+2 -2
View File
@@ -24,14 +24,14 @@
python3Packages.buildPythonApplication rec {
pname = "alpaca";
version = "8.1.1";
version = "8.2.2";
pyproject = false; # Built with meson
src = fetchFromGitHub {
owner = "Jeffser";
repo = "Alpaca";
tag = version;
hash = "sha256-zZYz7hJocjhxFqsPgUj2jjNLOsoyHWLsZUBmCJyc87M=";
hash = "sha256-i1qNLV+oKkZlS/v8jfJJc67lJBuW6j2Uz93vb1StD6g=";
};
nativeBuildInputs = [