Skip to content

Commit

Permalink
Merge pull request NixOS#326197 from fabaff/extract-msg-bump
Browse files Browse the repository at this point in the history
python312Packages.extract-msg: 0.48.5 -> 0.48.7
  • Loading branch information
fabaff authored Jul 11, 2024
2 parents fb2ff9f + 6ab8248 commit 870dee2
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.48.5";
version = "0.48.7";
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-GBX6VRXXja18azyiJZJ3niKPhAKZxDR8kcFbiC2XgeU=";
hash = "sha256-ZZ07YCGRBcWKauNfIRi+CLE75BcOMIWuP+OZFDA5SSs=";
};

pythonRelaxDeps = [
Expand Down

0 comments on commit 870dee2

Please sign in to comment.