pdfminer: 20200517 -> 20200720

This commit is contained in:
Mario Rodas 2020-07-20 22:54:43 -05:00
parent 72f66e7e42
commit cdc2c75152
No known key found for this signature in database
GPG key ID: 325649BCA6D53027

View file

@ -1,8 +1,8 @@
{ stdenv, buildPythonPackage, fetchFromGitHub, isPy3k, pycryptodome, chardet, nose, sortedcontainers }:
{ stdenv, buildPythonPackage, fetchFromGitHub, isPy3k, cryptography, chardet, nose, sortedcontainers }:
buildPythonPackage rec {
pname = "pdfminer_six";
version = "20200517";
version = "20200720";
disabled = !isPy3k;
@ -11,10 +11,10 @@ buildPythonPackage rec {
owner = "pdfminer";
repo = "pdfminer.six";
rev = version;
sha256 = "00272pxkh6djm37yvlvgd06w7ycf35srwk6n3p58ppw5hgmpkhc2";
sha256 = "19cnl1b6mrk9i18a1k4vdl5k85ww8yhfq89w3fxh6rb0fla5d71i";
};
propagatedBuildInputs = [ chardet pycryptodome sortedcontainers ];
propagatedBuildInputs = [ chardet cryptography sortedcontainers ];
checkInputs = [ nose ];
checkPhase = ''