Commit 43902beb authored by Gliczy's avatar Gliczy
Browse files

Revert "alpaca: 5.2.0 -> 5.3.0"

This reverts commit 0ac35574.
parent 3bf152cf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,14 +20,14 @@

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

  src = fetchFromGitHub {
    owner = "Jeffser";
    repo = "Alpaca";
    tag = version;
    hash = "sha256-dp/v5PZoDqSp2h0gtZk97ImDKO201VZMiCBv2XnqoGQ=";
    hash = "sha256-uUGsdHrqzA5fZ4LNtX04H4ue9n4JQrkTYW2PCCFYFHc=";
  };

  nativeBuildInputs = [