python310Packages.parsedmarc: 8.6.1 -> 8.6.4

This commit is contained in:
R. Ryantm 2023-11-09 04:26:21 +00:00
parent 1e45a23642
commit e483398f78

View File

@ -39,14 +39,14 @@ let
in
buildPythonPackage rec {
pname = "parsedmarc";
version = "8.6.1";
version = "8.6.4";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-lnIhXkBodvLWVeqiwFcnU4M53zwWDmtFz+9TThQY63I=";
hash = "sha256-ibxSp1M85WngQKdjlRC4JvLxn0rEn9oVkid/V4iD6zY=";
};
postPatch = ''