pypdf2: 1.25.1 -> 1.26.0

This commit is contained in:
Rahul Gopinath 2016-07-04 23:39:03 -07:00 committed by Bjørn Forsman
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 ];
};
};