nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.imap-tools: 1.10.0 -> 1.11.0

https://github.com/ikvk/imap_tools/blob/v1.11.0/docs/release_notes.rst

This commit was automatically generated using update-python-libraries.

+2 -2
+2 -2
pkgs/development/python-modules/imap-tools/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "imap-tools"; 11 - version = "1.10.0"; 11 + version = "1.11.0"; 12 12 pyproject = true; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "ikvk"; 16 16 repo = "imap_tools"; 17 17 tag = "v${version}"; 18 - hash = "sha256-lan12cHkoxCKadgyFey4ShcnwFg3Gl/VqKWlYAkvF3Y="; 18 + hash = "sha256-8oPiCFoJ0mV7ZnteM9lufIbxwA/7hV91959weEx/e30="; 19 19 }; 20 20 21 21 build-system = [ setuptools ];