Unverified Commit b18c2aa3 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

lparchive2epub: 1.2.4 -> 1.3.2 (#407494)

parents 818f9239 751a5af9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

python3Packages.buildPythonApplication rec {
  pname = "lparchive2epub";
  version = "1.2.4";
  version = "1.3.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "Arwalk";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-z8/cIevqPKo7Eukk4WVxgSjzO1EYUYWD8orAdUKR8z8=";
    tag = "v${version}";
    hash = "sha256-h1i/p14Zzzr0SK+OjcCnXpsVjJl7mrbeLJ5JlnA0wPU=";
  };

  build-system = with python3Packages; [ poetry-core ];