Unverified Commit be2578ec authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

lacus: 1.13.1 -> 1.14.0 (#401610)

parents 8212cb8c e617d61f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "lacus";
  version = "1.13.1";
  version = "1.14.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "ail-project";
    repo = "lacus";
    tag = "v${version}";
    hash = "sha256-M9ZRlvQvDV5eiWOHh3LgezIN5gUgJ6w24OEo4RArip8=";
    hash = "sha256-fk6NfBdUGGyOhVOJcGCRNldcw4JRHFr7p+tFuccYp7Y=";
  };

  pythonRelaxDeps = [