tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
python312Packages.checkdmarc: 5.7.8 -> 5.8.1
R. Ryantm
11 months ago
afcc902c
64210906
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
checkdmarc
default.nix
+3
-3
pkgs/development/python-modules/checkdmarc/default.nix
···
19
20
buildPythonPackage rec {
21
pname = "checkdmarc";
22
-
version = "5.7.8";
23
format = "pyproject";
24
25
disabled = pythonOlder "3.7";
···
28
owner = "domainaware";
29
repo = "checkdmarc";
30
tag = version;
31
-
hash = "sha256-fqSRqiakwFk1Cfb79oOEBbPF/fbtumuV7M6Mjl09Vmw=";
32
};
33
34
pythonRelaxDeps = [ "xmltodict" ];
···
69
description = "Parser for SPF and DMARC DNS records";
70
mainProgram = "checkdmarc";
71
homepage = "https://github.com/domainaware/checkdmarc";
72
-
changelog = "https://github.com/domainaware/checkdmarc/blob/${version}/CHANGELOG.md";
73
license = licenses.asl20;
74
maintainers = with maintainers; [ fab ];
75
};
···
19
20
buildPythonPackage rec {
21
pname = "checkdmarc";
22
+
version = "5.8.1";
23
format = "pyproject";
24
25
disabled = pythonOlder "3.7";
···
28
owner = "domainaware";
29
repo = "checkdmarc";
30
tag = version;
31
+
hash = "sha256-mdEfVfqK277A8QUc8rpLxS2pfdyg4Z5XqWpWkh9mFLk=";
32
};
33
34
pythonRelaxDeps = [ "xmltodict" ];
···
69
description = "Parser for SPF and DMARC DNS records";
70
mainProgram = "checkdmarc";
71
homepage = "https://github.com/domainaware/checkdmarc";
72
+
changelog = "https://github.com/domainaware/checkdmarc/blob/${src.tag}/CHANGELOG.md";
73
license = licenses.asl20;
74
maintainers = with maintainers; [ fab ];
75
};