Unverified Commit 9fd8f715 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.imap-tools: 1.11.1 -> 1.12.0 (#510171)

parents 26db3fb5 db0d0fd3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -182,6 +182,7 @@ python.pkgs.buildPythonApplication rec {
    "scikit-learn"
    "tika-client"
    # requested by maintainer
    "imap-tools"
    "ocrmypdf"
  ];

+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

buildPythonPackage rec {
  pname = "imap-tools";
  version = "1.11.1";
  version = "1.12.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "ikvk";
    repo = "imap_tools";
    tag = "v${version}";
    hash = "sha256-6DvK8X/P6ZksR9k7sd0RJXbFtrk3Zbyt+CT73j/Ej3M=";
    hash = "sha256-EUAt1M9ez5T/y02xHbyl/U/dkBHri92C6hTxY8iCplc=";
  };

  build-system = [ setuptools ];