Skip to content

Commit

Permalink
python312Packages.extract-msg: 0.48.7 -> 0.49.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 22, 2024
1 parent 625941e commit be75752
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.7";
version = "0.49.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-ZZ07YCGRBcWKauNfIRi+CLE75BcOMIWuP+OZFDA5SSs=";
hash = "sha256-o9kf88IYYpjZDpg1liIaIpxzg0cfFepRx0BdxeLRTz0=";
};

pythonRelaxDeps = [
Expand Down

0 comments on commit be75752

Please sign in to comment.