Skip to content

Commit

Permalink
python312Packages.extract-msg: 0.51.1 -> 0.52.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Oct 26, 2024
1 parent e3158c0 commit 4ebbd58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/extract-msg/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

buildPythonPackage rec {
pname = "extract-msg";
version = "0.51.1";
version = "0.52.0";
pyproject = true;

disabled = pythonOlder "3.7";
Expand All @@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "TeamMsgExtractor";
repo = "msg-extractor";
rev = "refs/tags/v${version}";
hash = "sha256-x+qMhIjB7Z8ceBwCC6wqA0BW9PeUYhY3UFSra67K+8k=";
hash = "sha256-4jvzZkGa/xI5Sl9TBIm/BD3tGl+MZvwir6m/zrvA4tQ=";
};

pythonRelaxDeps = [
Expand Down

0 comments on commit 4ebbd58

Please sign in to comment.