python36Packages.mail-parser: 3.3.1 -> 3.4.1 (#48974)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-mail-parser/versions
This commit is contained in:
R. RyanTM 2018-10-29 06:00:17 -07:00 committed by Robert Schütz
parent 15af3177d8
commit e8df5045ca

View file

@ -2,14 +2,14 @@
buildPythonPackage rec {
pname = "mail-parser";
version = "3.3.1";
version = "3.4.1";
# no tests in PyPI tarball
src = fetchFromGitHub {
owner = "SpamScope";
repo = pname;
rev = "v${version}";
sha256 = "1b1v61zwgdx2xjzds3hp6bv53yq424hhlrhf445n4faj1l0c4lkg";
sha256 = "0nxilshq4gwpicdklja9p275yf8l5kr1lk620c3cx9w4qai4cmbv";
};
LC_ALL = "en_US.utf-8";