lol

pypdf2: 1.25.1 -> 1.26.0

authored by

Rahul Gopinath and committed by
Bjørn Forsman
65364cc8 ac742680

+3 -4
+3 -4
pkgs/top-level/python-packages.nix
··· 18862 18862 18863 18863 pypdf2 = buildPythonPackage rec { 18864 18864 name = "PyPDF2-${version}"; 18865 - version = "1.25.1"; 18865 + version = "1.26.0"; 18866 18866 18867 18867 src = pkgs.fetchurl { 18868 18868 url = "mirror://pypi/P/PyPDF2/${name}.tar.gz"; 18869 - sha256 = "1sw225j9fgsvg1zm7lrij96fihfmq8pc1vg611dc55491zvj9ls3"; 18869 + sha256 = "11a3aqljg4sawjijkvzhs3irpw0y67zivqpbjpm065ha5wpr13z2"; 18870 18870 }; 18871 18871 18872 18872 LC_ALL = "en_US.UTF-8"; 18873 18873 buildInputs = [ pkgs.glibcLocales ]; 18874 18874 18875 18875 meta = { 18876 - broken = true; # 2 tests, both fail 18877 18876 description = "A Pure-Python library built as a PDF toolkit"; 18878 18877 homepage = "http://mstamy2.github.com/PyPDF2/"; 18879 18878 license = licenses.bsd3; 18880 - maintainers = with maintainers; [ desiderius ]; 18879 + maintainers = with maintainers; [ desiderius vrthra ]; 18881 18880 }; 18882 18881 }; 18883 18882