Skip to content

Commit f349562

Browse files
committed
alpaca: 1.0.6 -> 1.1.1
1 parent c2285d9 commit f349562

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)