0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

alpaca: 6.0.5 -> 6.1.5 (#413861)

Co-authored-by: Gliczy <Gliczy@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-06-05 22:32:38 +00:00 committed by GitHub
commit 1b01fd38f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,14 +20,14 @@
python3Packages.buildPythonApplication rec {
pname = "alpaca";
version = "6.0.5";
version = "6.1.5";
pyproject = false; # Built with meson
src = fetchFromGitHub {
owner = "Jeffser";
repo = "Alpaca";
tag = version;
hash = "sha256-faxqSUYqf3vRZYeuXAzv+n1inMVwl5KmnndABF77Sus=";
hash = "sha256-4QN88KOCtVFNoqAKpjW/MSvPJFsLoXZixiGN5JNRDvs=";
};
nativeBuildInputs = [