Merge pull request #266385 from r-ryantm/auto-update/python310Packages.parsedmarc
python310Packages.parsedmarc: 8.6.1 -> 8.6.4
This commit is contained in:
commit
7ff9b429c3
1 changed files with 2 additions and 2 deletions
|
@ -39,14 +39,14 @@ let
|
||||||
in
|
in
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "parsedmarc";
|
pname = "parsedmarc";
|
||||||
version = "8.6.1";
|
version = "8.6.4";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-lnIhXkBodvLWVeqiwFcnU4M53zwWDmtFz+9TThQY63I=";
|
hash = "sha256-ibxSp1M85WngQKdjlRC4JvLxn0rEn9oVkid/V4iD6zY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue