python3Packages.mammoth: 1.8.0 -> 1.10.0 (#436416)

This commit is contained in:
Peder Bergebakken Sundt
2025-09-01 01:47:22 +02:00
committed by GitHub
@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "mammoth";
version = "1.8.0";
version = "1.10.0";
pyproject = true;
src = fetchFromGitHub {
owner = "mwilliamson";
repo = "python-mammoth";
tag = version;
hash = "sha256-mIvzEyKpy1j7tZti+QTXgsbqqZAhYs7N+p5sQFsLhBg=";
hash = "sha256-I+PHag4e+RA6EppRTyBe/ywFsRhS+pZZHTh+g151l7Y=";
};
postPatch = ''