0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

img2pdf: 0.4.2 -> 0.4.3

This commit is contained in:
R. Ryantm 2021-10-27 18:18:37 +00:00 committed by Dmitry Kalinkin
parent 8e440f1776
commit 14d3b5fd01

View file

@ -2,12 +2,12 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "img2pdf"; pname = "img2pdf";
version = "0.4.2"; version = "0.4.3";
disabled = isPy27; disabled = isPy27;
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "sha256-qs9YZQPWET5Tv7A8hcheVGw4RBOlbBXd0I7lHIZEeaI="; sha256 = "sha256-jlHFBD76lddRSBtRYHGgBvh8KkBZlhqaxD7COJFd4J8=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [