parsedmarc: 8.18.5 -> 8.18.6 (#434573)

authored by Wolfgang Walther and committed by GitHub 8d58d297 7e212584

+2 -2
+2 -2
pkgs/development/python-modules/parsedmarc/default.nix
··· 48 48 in 49 49 buildPythonPackage rec { 50 50 pname = "parsedmarc"; 51 - version = "8.18.5"; 51 + version = "8.18.6"; 52 52 pyproject = true; 53 53 54 54 src = fetchFromGitHub { 55 55 owner = "domainaware"; 56 56 repo = "parsedmarc"; 57 57 tag = version; 58 - hash = "sha256-y8wFR9UN1u/IDYiKB+8PrN8c0YCgagxUr7CeAbQWdtg="; 58 + hash = "sha256-wwncnkZnd8GsjvwsuJEgFYCtapzGYYcVBRYoJ1cwVEw="; 59 59 }; 60 60 61 61 build-system = [