Merge pull request #334525 from Aleksanaa/alpaca

alpaca: 1.0.6 -> 1.1.1
This commit is contained in:
Pol Dellaiera 2024-08-15 00:17:39 +02:00 committed by GitHub
commit c55e2908de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,14 +17,14 @@
python3Packages.buildPythonApplication rec {
pname = "alpaca";
version = "1.0.6";
version = "1.1.1";
pyproject = false; # Built with meson
src = fetchFromGitHub {
owner = "Jeffser";
repo = "Alpaca";
rev = version;
hash = "sha256-3xsntOPkcCV8ZizRS6du8cG1ZZEekehjf+4m3pofZBs=";
hash = "sha256-FFMclm+IUEU4cQZ0+uJHDCHytgW8+fygooWw3Nc1jxM=";
};
nativeBuildInputs = [