imapdedup: 1.1 -> 1.2

changelog: https://github.com/quentinsf/IMAPdedup/compare/1.1...1.2

+2 -2
+2 -2
pkgs/by-name/im/imapdedup/package.nix
··· 5 5 }: 6 6 python3Packages.buildPythonApplication rec { 7 7 pname = "imapdedup"; 8 - version = "1.1"; 8 + version = "1.2"; 9 9 pyproject = true; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "quentinsf"; 13 13 repo = "IMAPdedup"; 14 14 tag = version; 15 - hash = "sha256-s49nnMjX1beZKTrlcjzp0nESIVRb/LZDycpnzz8fG+o="; 15 + hash = "sha256-CmWkLz9hdmedUxcojmUVTkPjqpaMmtEeHnF7aglKR+s="; 16 16 }; 17 17 18 18 build-system = with python3Packages; [ hatchling ];