Commit e588b1af authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.imap-tools: 1.10.0 -> 1.11.0

parent 55dc7f45
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,14 +8,14 @@

buildPythonPackage rec {
  pname = "imap-tools";
  version = "1.10.0";
  version = "1.11.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "ikvk";
    repo = "imap_tools";
    tag = "v${version}";
    hash = "sha256-lan12cHkoxCKadgyFey4ShcnwFg3Gl/VqKWlYAkvF3Y=";
    hash = "sha256-8oPiCFoJ0mV7ZnteM9lufIbxwA/7hV91959weEx/e30=";
  };

  build-system = [ setuptools ];