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

python3Packages.pylacus: 1.20.0 -> 1.21.0 (#471890)

parents abf8666d f575d98b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

buildPythonPackage rec {
  pname = "pylacus";
  version = "1.20.0";
  version = "1.21.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "ail-project";
    repo = "PyLacus";
    tag = "v${version}";
    hash = "sha256-Ody+2zBnApdZqfmS6veWxHgrjVBO3xSulbu5/Uxd2u8=";
    hash = "sha256-YTHFA25c9EnXlOKmJd2sdrdYZ+5tAopvpWRfW8IpDpU=";
  };

  build-system = [ poetry-core ];