Revert "python37Packages.pyspf: 2.0.12 -> 2.0.13"

This reverts commit e3f9c4d790.
This fixes #72791.
Version 2.0.13 of pyspf introduced a bug where some incoming mails can cause a
crash and be falsely rejected. (https://github.com/sdgathman/pyspf/issues/17)
This commit is contained in:
Milan Pässler 2019-11-14 23:49:36 +01:00 committed by Jon
parent d793d53b0d
commit dafbcb986a

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "pyspf";
version = "2.0.13";
version = "2.0.12"; # version 2.0.13 should not be used, see #72791
src = fetchPypi {
inherit pname version;
sha256 = "16wjj99d2pikz6z1gwnl1jjvad6qjgpsf3a85lh47qqrjpiipp32";
sha256 = "18j1rmbmhih7q6y12grcj169q7sx1986qn4gmpla9y5gwfh1p8la";
};
propagatedBuildInputs = [ pydns ];