pypdf2: 1.25.1 -> 1.26.0
This commit is contained in:
parent
ac74268012
commit
65364cc83c
@ -18862,22 +18862,21 @@ in modules // {
|
||||
|
||||
pypdf2 = buildPythonPackage rec {
|
||||
name = "PyPDF2-${version}";
|
||||
version = "1.25.1";
|
||||
version = "1.26.0";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "mirror://pypi/P/PyPDF2/${name}.tar.gz";
|
||||
sha256 = "1sw225j9fgsvg1zm7lrij96fihfmq8pc1vg611dc55491zvj9ls3";
|
||||
sha256 = "11a3aqljg4sawjijkvzhs3irpw0y67zivqpbjpm065ha5wpr13z2";
|
||||
};
|
||||
|
||||
LC_ALL = "en_US.UTF-8";
|
||||
buildInputs = [ pkgs.glibcLocales ];
|
||||
|
||||
meta = {
|
||||
broken = true; # 2 tests, both fail
|
||||
description = "A Pure-Python library built as a PDF toolkit";
|
||||
homepage = "http://mstamy2.github.com/PyPDF2/";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ desiderius ];
|
||||
maintainers = with maintainers; [ desiderius vrthra ];
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user