Merge pull request #55855 from r-ryantm/auto-update/python3.7-mail-parser

python37Packages.mail-parser: 3.4.1 -> 3.9.2
This commit is contained in:
worldofpeace 2019-02-15 23:23:06 +00:00 committed by GitHub
commit 01051c11a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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