Unverified Commit d5af7122 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #308867 from r-ryantm/auto-update/lacus

lacus: 1.8.0 -> 1.9.0
parents 220be086 9b8fa676
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -5,21 +5,21 @@

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; [
  build-system = with python3.pkgs; [
    poetry-core
  ];

  propagatedBuildInputs = with python3.pkgs; [
  dependencies = with python3.pkgs; [
    flask-restx
    gunicorn
    lacuscore