Skip to content

Commit 856d93d

Browse files
authored
python312Packages.checkdmarc: 5.7.8 -> 5.8.1 (#385917)
2 parents 6e28251 + afcc902 commit 856d93d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/checkdmarc/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
buildPythonPackage rec {
2121
pname = "checkdmarc";
22-
version = "5.7.8";
22+
version = "5.8.1";
2323
format = "pyproject";
2424

2525
disabled = pythonOlder "3.7";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
2828
owner = "domainaware";
2929
repo = "checkdmarc";
3030
tag = version;
31-
hash = "sha256-fqSRqiakwFk1Cfb79oOEBbPF/fbtumuV7M6Mjl09Vmw=";
31+
hash = "sha256-mdEfVfqK277A8QUc8rpLxS2pfdyg4Z5XqWpWkh9mFLk=";
3232
};
3333

3434
pythonRelaxDeps = [ "xmltodict" ];
@@ -69,7 +69,7 @@ buildPythonPackage rec {
6969
description = "Parser for SPF and DMARC DNS records";
7070
mainProgram = "checkdmarc";
7171
homepage = "https://github.com/domainaware/checkdmarc";
72-
changelog = "https://github.com/domainaware/checkdmarc/blob/${version}/CHANGELOG.md";
72+
changelog = "https://github.com/domainaware/checkdmarc/blob/${src.tag}/CHANGELOG.md";
7373
license = licenses.asl20;
7474
maintainers = with maintainers; [ fab ];
7575
};

0 commit comments

Comments
 (0)