python3Packages.mammoth: 1.12.1 -> 1.12.2

This commit is contained in:
R. Ryantm
2026-09-17 04:43:55 +00:00
parent 6ae8874057
commit 9b72e674e8

View File

@@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "mammoth";
version = "1.12.1";
version = "1.12.2";
pyproject = true;
src = fetchFromGitHub {
owner = "mwilliamson";
repo = "python-mammoth";
tag = version;
hash = "sha256-Hva7XvqiNsRzcZWZ33izSLBeozjCulLaHG/Am63ss5Y=";
hash = "sha256-0I03noHNSa02yg3biVdgs9kBS/DdeOTPC5UzKV0S7m0=";
};
postPatch = ''