about summary refs log tree commit diff
path: root/pkgs/development/python-modules/parsedmarc/default.nix
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-11-09 12:01:04 +0000
committerGitHub <noreply@github.com>2023-11-09 12:01:04 +0000
commit2d73797da48f676717877fea6dfe4468f15d2413 (patch)
tree209b8a7f85057517695cbbbf523a7102bf3538a9 /pkgs/development/python-modules/parsedmarc/default.nix
parentd96b3a86e56291a57628bc3dc76be1ab086dc29e (diff)
parent7f24be48bee10e83ce784e67e72b8924877cb921 (diff)
Merge master into staging-next
Diffstat (limited to 'pkgs/development/python-modules/parsedmarc/default.nix')
-rw-r--r--pkgs/development/python-modules/parsedmarc/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/parsedmarc/default.nix b/pkgs/development/python-modules/parsedmarc/default.nix
index b09442627d4bb..576b548605579 100644
--- a/pkgs/development/python-modules/parsedmarc/default.nix
+++ b/pkgs/development/python-modules/parsedmarc/default.nix
@@ -39,14 +39,14 @@ let
 in
 buildPythonPackage rec {
   pname = "parsedmarc";
-  version = "8.6.1";
+  version = "8.6.4";
   pyproject = true;
 
   disabled = pythonOlder "3.7";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-lnIhXkBodvLWVeqiwFcnU4M53zwWDmtFz+9TThQY63I=";
+    hash = "sha256-ibxSp1M85WngQKdjlRC4JvLxn0rEn9oVkid/V4iD6zY=";
   };
 
   postPatch = ''