pdfminer: 20200517 -> 20200720
This commit is contained in:
parent
72f66e7e42
commit
cdc2c75152
1 changed files with 4 additions and 4 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue