img2pdf: 0.3.3 -> 0.3.4

This commit is contained in:
R. RyanTM 2020-04-09 20:25:11 +00:00 committed by Dmitry Kalinkin
parent c7e0e9ed5a
commit 6ff1813318

View file

@ -4,11 +4,11 @@ with python3Packages;
buildPythonApplication rec {
pname = "img2pdf";
version = "0.3.3";
version = "0.3.4";
src = fetchPypi {
inherit pname version;
sha256 = "1ksn33j9d9df04n4jx7dli70d700rafbm37gjaz6lwsswrzc2xwx";
sha256 = "0jgfk191vvxn2r6bbdknvw5v510mx9g0xrgnmcghaxkv65zjnj0b";
};
doCheck = false; # needs pdfrw
@ -19,7 +19,7 @@ buildPythonApplication rec {
meta = with stdenv.lib; {
description = "Convert images to PDF via direct JPEG inclusion";
homepage = https://gitlab.mister-muffin.de/josch/img2pdf;
homepage = "https://gitlab.mister-muffin.de/josch/img2pdf";
license = licenses.lgpl2;
platforms = platforms.unix;
maintainers = [ maintainers.veprbl ];