Commit 5d16035b authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.lacuscore: 1.19.2 -> 1.19.3

parent 61630d4a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,14 +18,14 @@

buildPythonPackage rec {
  pname = "lacuscore";
  version = "1.19.2";
  version = "1.19.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "ail-project";
    repo = "LacusCore";
    tag = "v${version}";
    hash = "sha256-8cAN560wg2MwZ9EooHVz3dsoNC5WQWhCAGqu48ZeRtY=";
    hash = "sha256-mm9oInWx7xZ+39kNOt77TLjCCf60Tmisefh71+2ZIMw=";
  };

  pythonRelaxDeps = [