python3Packages.parsedmarc: 8.18.6 -> 9.0.10

https://github.com/domainaware/parsedmarc/blob/9.0.10/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:45 +01:00
parent 4105e4e173
commit 38339cec1e
@@ -48,14 +48,14 @@ let
in
buildPythonPackage rec {
pname = "parsedmarc";
version = "8.18.6";
version = "9.0.10";
pyproject = true;
src = fetchFromGitHub {
owner = "domainaware";
repo = "parsedmarc";
tag = version;
hash = "sha256-wwncnkZnd8GsjvwsuJEgFYCtapzGYYcVBRYoJ1cwVEw=";
hash = "sha256-FrLqR9YTZ75YQDWKdFCVTYiY3wTj0OlKSvMukDwDiHs=";
};
build-system = [