Commit 78860188 authored by R. RyanTM's avatar R. RyanTM
Browse files

lacus: 1.8.0 -> 1.9.0

parent 7c4cc647
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,14 +5,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "lacus";
  version = "1.8.0";
  version = "1.9.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "ail-project";
    repo = "lacus";
    rev = "refs/tags/v${version}";
    hash = "sha256-3sgTt3SsasltChCqHAWyujtUvoLwHWZzfWwlfnJA+zE=";
    hash = "sha256-VFNW13PupJOroIhqnuLOq3mqU9nXEy1hmjHBQfErSN8=";
  };

  nativeBuildInputs = with python3.pkgs; [