File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/python-modules/checkdmarc Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1919
2020buildPythonPackage 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 } ;
You can’t perform that action at this time.
0 commit comments