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

alpaca: 3.1.0 -> 3.2.0 (#369865)

parents 9afc72e5 df8c70a0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,14 +18,14 @@

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

  src = fetchFromGitHub {
    owner = "Jeffser";
    repo = "Alpaca";
    tag = version;
    hash = "sha256-KPab5TU+Ra1o0FWpD5pkhtP7ylno903GQTqqWlir26s=";
    hash = "sha256-Mh+LYslVmb4l+ZCB1Si7hxugzHPz/mULUMBNeJI12r0=";
  };

  nativeBuildInputs = [