alpaca: 9.2.2 -> 9.2.3

This commit is contained in:
R. Ryantm
2026-04-09 21:48:44 +00:00
parent 8ad72d81b5
commit 8ddd409f98
+2 -2
View File
@@ -33,14 +33,14 @@ let
in
pythonPackages.buildPythonApplication rec {
pname = "alpaca";
version = "9.2.2";
version = "9.2.3";
pyproject = false; # Built with meson
src = fetchFromGitHub {
owner = "Jeffser";
repo = "Alpaca";
tag = version;
hash = "sha256-5ZvvYsWfj51ie8LOP0fWeg3lDBHGjLwDjz4wQIvCj4A=";
hash = "sha256-SwZcycyY2S4GcB6mMcP6JdzMsBlN5Xr6I9kaKKqnb/8=";
};
postPatch = ''