python: img2pdf: 0.3.6 -> 0.4.0

This commit is contained in:
Frederik Rietdijk 2020-08-16 19:31:04 +02:00
parent 6d1efb160c
commit a725e071b9

View File

@ -2,12 +2,12 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "img2pdf"; pname = "img2pdf";
version = "0.3.6"; version = "0.4.0";
disabled = isPy27; disabled = isPy27;
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "1yx0ljbg7phpix507wq584qvspp2jgax7flpp1148pxpc2d51mcc"; sha256 = "eaee690ab8403dd1a9cb4db10afee41dd3e6c7ed63bdace02a0121f9feadb0c9";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [