Skip to content

Commit

Permalink
alpaca: 2.0.3 -> 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 28, 2024
1 parent 766fda1 commit e229318
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.3";
version = "2.0.5";
pyproject = false; # Built with meson

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

nativeBuildInputs = [
Expand Down

0 comments on commit e229318

Please sign in to comment.