Merge pull request #93574 from marsam/update-pdfminer

pdfminer: 20200517 -> 20200720

authored by Mario Rodas and committed by GitHub f3f6449e 4a7bb7df

+4 -4
+4 -4
pkgs/development/python-modules/pdfminer_six/default.nix
··· 1 - { stdenv, buildPythonPackage, fetchFromGitHub, isPy3k, pycryptodome, chardet, nose, sortedcontainers }: 1 + { stdenv, buildPythonPackage, fetchFromGitHub, isPy3k, cryptography, chardet, nose, sortedcontainers }: 2 2 3 3 buildPythonPackage rec { 4 4 pname = "pdfminer_six"; 5 - version = "20200517"; 5 + version = "20200720"; 6 6 7 7 disabled = !isPy3k; 8 8 ··· 11 11 owner = "pdfminer"; 12 12 repo = "pdfminer.six"; 13 13 rev = version; 14 - sha256 = "00272pxkh6djm37yvlvgd06w7ycf35srwk6n3p58ppw5hgmpkhc2"; 14 + sha256 = "19cnl1b6mrk9i18a1k4vdl5k85ww8yhfq89w3fxh6rb0fla5d71i"; 15 15 }; 16 16 17 - propagatedBuildInputs = [ chardet pycryptodome sortedcontainers ]; 17 + propagatedBuildInputs = [ chardet cryptography sortedcontainers ]; 18 18 19 19 checkInputs = [ nose ]; 20 20 checkPhase = ''