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

python3Packages.pylacus: 1.16.0 -> 1.16.1 (#428613)

parents e333f5f4 979acecb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

buildPythonPackage rec {
  pname = "pylacus";
  version = "1.16.0";
  version = "1.16.1";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
    owner = "ail-project";
    repo = "PyLacus";
    tag = "v${version}";
    hash = "sha256-iDQvH6A1zJ6G/AZyjtsCLfsy7OUwtsBBYaHMQbg0AaQ=";
    hash = "sha256-sGTr0M3cintyjXtdABtaw7tvbKz/reibYM3xDUL0kOk=";
  };

  build-system = [ poetry-core ];