Unverified Commit 45214357 authored by Sefa Eyeoglu's avatar Sefa Eyeoglu
Browse files

python3Packages.comicon: 1.4.0 -> 1.5.0

parent 84927d8b
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

buildPythonPackage rec {
  pname = "comicon";
  version = "1.4.0";
  version = "1.5.0";
  pyproject = true;
  disabled = pythonOlder "3.10";

@@ -22,7 +22,7 @@ buildPythonPackage rec {
    owner = "potatoeggy";
    repo = "comicon";
    tag = "v${version}";
    hash = "sha256-jZ/ZhSFg0ZPTYI10s8Cn1s9UZRFFnuLjS96lnUFVekQ=";
    hash = "sha256-E5Jmk/dQcEuH7kq5RL80smHUuL/Sw0F1wk4V1/4sKSQ=";
  };

  build-system = [
@@ -38,7 +38,9 @@ buildPythonPackage rec {
  ];

  pythonRelaxDeps = [
    "lxml"
    "pillow"
    "pypdf"
  ];

  doCheck = false; # test artifacts are not public