Skip to content

Commit

Permalink
Revert "python37Packages.pyspf: 2.0.12 -> 2.0.13"
Browse files Browse the repository at this point in the history
This reverts commit e3f9c4d.
This fixes #72791.
Version 2.0.13 of pyspf introduced a bug where some incoming mails can cause a
crash and be falsely rejected. (sdgathman/pyspf#17)
  • Loading branch information
Milan Pässler authored and jonringer committed Nov 15, 2019
1 parent d793d53 commit dafbcb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pyspf/default.nix
Expand Up @@ -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 ];
Expand Down

0 comments on commit dafbcb9

Please sign in to comment.