Unverified Commit e84168e3 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

alpaca: 2.6.0 -> 2.6.5 (#348472)

parents 6c024198 e5abe4d2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,14 +18,14 @@

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

  src = fetchFromGitHub {
    owner = "Jeffser";
    repo = "Alpaca";
    rev = "refs/tags/${version}";
    hash = "sha256-XXxfbchQ1l6L8KflqjlGIiyRbG/dI5ok0ExlROavXYg=";
    hash = "sha256-tXUM2XxYXUTXsycfq0hmkzc4quHKh7+0qit1YuKdCeQ=";
  };

  nativeBuildInputs = [