Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

img2pdf: 0.4.0 -> 0.4.1 (#122669)

authored by R. RyanTM and committed by GitHub 89faeb90 c8750770

+2 -2
+2 -2
pkgs/development/python-modules/img2pdf/default.nix
··· 2 2 3 3 buildPythonPackage rec { 4 4 pname = "img2pdf"; 5 - version = "0.4.0"; 5 + version = "0.4.1"; 6 6 disabled = isPy27; 7 7 8 8 src = fetchPypi { 9 9 inherit pname version; 10 - sha256 = "eaee690ab8403dd1a9cb4db10afee41dd3e6c7ed63bdace02a0121f9feadb0c9"; 10 + sha256 = "sha256-OKEinKhLIR13gtHWWtclGpeBvyT29kl8c4x1X8/tVVI="; 11 11 }; 12 12 13 13 propagatedBuildInputs = [