img2pdf: 0.3.3 -> 0.3.4
This commit is contained in:
parent
c7e0e9ed5a
commit
6ff1813318
@ -4,11 +4,11 @@ with python3Packages;
|
|||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "img2pdf";
|
pname = "img2pdf";
|
||||||
version = "0.3.3";
|
version = "0.3.4";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1ksn33j9d9df04n4jx7dli70d700rafbm37gjaz6lwsswrzc2xwx";
|
sha256 = "0jgfk191vvxn2r6bbdknvw5v510mx9g0xrgnmcghaxkv65zjnj0b";
|
||||||
};
|
};
|
||||||
|
|
||||||
doCheck = false; # needs pdfrw
|
doCheck = false; # needs pdfrw
|
||||||
@ -19,7 +19,7 @@ buildPythonApplication rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Convert images to PDF via direct JPEG inclusion";
|
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;
|
license = licenses.lgpl2;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = [ maintainers.veprbl ];
|
maintainers = [ maintainers.veprbl ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user