alpaca: 3.1.0 -> 3.2.0 (#369865)

This commit is contained in:
Pol Dellaiera
2025-01-03 22:31:16 +01:00
committed by GitHub
+2 -2
View File
@@ -18,14 +18,14 @@
python3Packages.buildPythonApplication rec {
pname = "alpaca";
version = "3.1.0";
version = "3.2.0";
pyproject = false; # Built with meson
src = fetchFromGitHub {
owner = "Jeffser";
repo = "Alpaca";
tag = version;
hash = "sha256-KPab5TU+Ra1o0FWpD5pkhtP7ylno903GQTqqWlir26s=";
hash = "sha256-Mh+LYslVmb4l+ZCB1Si7hxugzHPz/mULUMBNeJI12r0=";
};
nativeBuildInputs = [