Unverified Commit 36a5fc0c authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

python3Packages.docx2python: 3.0.0 -> 3.3.0 (#439194)

parents 570c5164 16f29026
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

buildPythonPackage rec {
  pname = "docx2python";
  version = "3.0.0";
  version = "3.3.0";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
    owner = "ShayHill";
    repo = "docx2python";
    tag = version;
    hash = "sha256-ucLDdfmLAWcGunOKvh8tBQknXTPI1qOqyXgVGjQOGoQ=";
    hash = "sha256-u1zOMfYMhmBsvUcfG7UEMvKT9U5XEkBalGtMOgN8RCU=";
  };

  build-system = [