python3Packages.extract-msg: 0.55.0 -> 0.56.0 (#543733)

This commit is contained in:
Fabian Affolter
2026-07-20 08:09:56 +00:00
committed by GitHub

View File

@@ -21,14 +21,14 @@
buildPythonPackage (finalAttrs: {
pname = "extract-msg";
version = "0.55.0";
version = "0.56.0";
pyproject = true;
src = fetchFromGitHub {
owner = "TeamMsgExtractor";
repo = "msg-extractor";
tag = "v${finalAttrs.version}";
hash = "sha256-n/v3ubgzWlWqLXZfy1O7+FvTJoLMtgL7DFPL39SZnfM=";
hash = "sha256-Zp31WhQQMJlxg52AHsiqxyxqIy1BXpdBkyNIgg2V5aw=";
};
pythonRelaxDeps = [