python3Packages.mammoth: 1.10.0 -> 1.11.0

R. Ryantm 7b47a8aa 53158111

Changed files
+2 -2
pkgs
development
python-modules
mammoth
+2 -2
pkgs/development/python-modules/mammoth/default.nix
···
buildPythonPackage rec {
pname = "mammoth";
-
version = "1.10.0";
+
version = "1.11.0";
pyproject = true;
src = fetchFromGitHub {
owner = "mwilliamson";
repo = "python-mammoth";
tag = version;
-
hash = "sha256-I+PHag4e+RA6EppRTyBe/ywFsRhS+pZZHTh+g151l7Y=";
+
hash = "sha256-x1wSudTD/C1uHnudaCCrhi9fyQInCej+Kd7CyBI2sus=";
};
postPatch = ''