Skip to content

Commit c55e290

Browse files
authored
Merge pull request #334525 from Aleksanaa/alpaca
alpaca: 1.0.6 -> 1.1.1
2 parents 86c59b5 + f349562 commit c55e290

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/al/alpaca/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717

1818
python3Packages.buildPythonApplication rec {
1919
pname = "alpaca";
20-
version = "1.0.6";
20+
version = "1.1.1";
2121
pyproject = false; # Built with meson
2222

2323
src = fetchFromGitHub {
2424
owner = "Jeffser";
2525
repo = "Alpaca";
2626
rev = version;
27-
hash = "sha256-3xsntOPkcCV8ZizRS6du8cG1ZZEekehjf+4m3pofZBs=";
27+
hash = "sha256-FFMclm+IUEU4cQZ0+uJHDCHytgW8+fygooWw3Nc1jxM=";
2828
};
2929

3030
nativeBuildInputs = [

0 commit comments

Comments
 (0)