forked from mirrors/nixpkgs
python39Packages.pdfminer: 20220506 -> 20220524
https://github.com/pdfminer/pdfminer.six/releases/tag/20220524
This commit is contained in:
parent
b53c65aa05
commit
dc50a81c79
|
@ -10,7 +10,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "pdfminer_six";
|
||||
version = "20220506";
|
||||
version = "20220524";
|
||||
|
||||
disabled = !isPy3k;
|
||||
|
||||
|
@ -18,7 +18,7 @@ buildPythonPackage rec {
|
|||
owner = "pdfminer";
|
||||
repo = "pdfminer.six";
|
||||
rev = version;
|
||||
sha256 = "sha256-Lq+ou7+Lmr1H69L8X/vuky+/tXDD3bBBaCysymeRuXA=";
|
||||
sha256 = "sha256-XO9sdHeS/8MgVW0mxbTe2AY5BDfnBSDNzZwLsSKmQh0=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ charset-normalizer cryptography ];
|
||||
|
|
Loading…
Reference in a new issue