alpaca: 3.5.0 -> 4.0.1

This commit is contained in:
R. Ryantm
2025-02-05 16:04:53 +00:00
parent ab36ef17c8
commit 3d6c4a2e0a
+2 -2
View File
@@ -20,14 +20,14 @@
python3Packages.buildPythonApplication rec {
pname = "alpaca";
version = "3.5.0";
version = "4.0.1";
pyproject = false; # Built with meson
src = fetchFromGitHub {
owner = "Jeffser";
repo = "Alpaca";
tag = version;
hash = "sha256-YheyeT9KiH9LphFfExie7RU7q/qVni5pFdpz32rM8RQ=";
hash = "sha256-BTTqSYoyhtFh+sk95hTNpg9AK/mdnXKz3hy/nqSbSTQ=";
};
nativeBuildInputs = [