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

python3Packages.pylacus: 1.18.0 -> 1.19.0 (#453026)

parents 3e7879de 6b39d1cb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

buildPythonPackage rec {
  pname = "pylacus";
  version = "1.18.0";
  version = "1.19.0";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
    owner = "ail-project";
    repo = "PyLacus";
    tag = "v${version}";
    hash = "sha256-N0FGjT/Jq5n2J2omk/W1tsjiAZY4WlsEs33ErKOuCl4=";
    hash = "sha256-Ezp/aFTETvU1bOZZvMlZn0XmaLWoOd6l8s0n5lIqV2w=";
  };

  build-system = [ poetry-core ];