Loading pkgs/development/python-modules/docx2python/default.nix +8 −6 Original line number Diff line number Diff line Loading @@ -7,19 +7,20 @@ setuptools, setuptools-scm, pytestCheckHook, types-lxml, typing-extensions, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "docx2python"; version = "4.0.0"; version = "3.6.2"; pyproject = true; src = fetchFromGitHub { owner = "ShayHill"; repo = "docx2python"; tag = version; hash = "sha256-seOm5u5PDqDaPytQ8kfVr0CJV/Uv4NtWhmANWcSLp/M="; tag = finalAttrs.version; hash = "sha256-1/v8slL7EYwXM8ybcJKIdjLBKNBxHgdF4gQHDYyJg6w="; }; build-system = [ Loading @@ -30,6 +31,7 @@ buildPythonPackage rec { dependencies = [ lxml paragraphs types-lxml typing-extensions ]; Loading @@ -40,8 +42,8 @@ buildPythonPackage rec { meta = { description = "Extract docx headers, footers, (formatted) text, footnotes, endnotes, properties, and images"; homepage = "https://github.com/ShayHill/docx2python"; changelog = "https://github.com/ShayHill/docx2python/blob/${src.tag}/CHANGELOG.md"; changelog = "https://github.com/ShayHill/docx2python/blob/${finalAttrs.src.tag}/CHANGELOG.md"; license = lib.licenses.mit; maintainers = [ ]; }; } }) Loading
pkgs/development/python-modules/docx2python/default.nix +8 −6 Original line number Diff line number Diff line Loading @@ -7,19 +7,20 @@ setuptools, setuptools-scm, pytestCheckHook, types-lxml, typing-extensions, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "docx2python"; version = "4.0.0"; version = "3.6.2"; pyproject = true; src = fetchFromGitHub { owner = "ShayHill"; repo = "docx2python"; tag = version; hash = "sha256-seOm5u5PDqDaPytQ8kfVr0CJV/Uv4NtWhmANWcSLp/M="; tag = finalAttrs.version; hash = "sha256-1/v8slL7EYwXM8ybcJKIdjLBKNBxHgdF4gQHDYyJg6w="; }; build-system = [ Loading @@ -30,6 +31,7 @@ buildPythonPackage rec { dependencies = [ lxml paragraphs types-lxml typing-extensions ]; Loading @@ -40,8 +42,8 @@ buildPythonPackage rec { meta = { description = "Extract docx headers, footers, (formatted) text, footnotes, endnotes, properties, and images"; homepage = "https://github.com/ShayHill/docx2python"; changelog = "https://github.com/ShayHill/docx2python/blob/${src.tag}/CHANGELOG.md"; changelog = "https://github.com/ShayHill/docx2python/blob/${finalAttrs.src.tag}/CHANGELOG.md"; license = lib.licenses.mit; maintainers = [ ]; }; } })