Skip to content

Commit

Permalink
alpaca: 2.0.5 -> 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 6, 2024
1 parent 744e61f commit b47bbaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/al/alpaca/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@

python3Packages.buildPythonApplication rec {
pname = "alpaca";
version = "2.0.5";
version = "2.0.6";
pyproject = false; # Built with meson

src = fetchFromGitHub {
owner = "Jeffser";
repo = "Alpaca";
rev = "refs/tags/${version}";
hash = "sha256-BLLcU2GESyHGFJJicE42V3nMFf/YfnYsXcAOPIHuCAg=";
hash = "sha256-4c6pisd3o7mycivHd1QZ2N7s8pYzrQXiZMbVvl5ciPA=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit b47bbaa

Please sign in to comment.