Unverified Commit a48ac616 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

imagemagick: 7.1.1-46 -> 7.1.1-47 (#394775)

parents c73a7346 ae4ecd0b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -84,13 +84,13 @@ in

stdenv.mkDerivation (finalAttrs: {
  pname = "imagemagick";
  version = "7.1.1-46";
  version = "7.1.1-47";

  src = fetchFromGitHub {
    owner = "ImageMagick";
    repo = "ImageMagick";
    tag = finalAttrs.version;
    hash = "sha256-ogL8KJaEB2Q9XYzhPiX2b6Nr0G7ICLntN3Xn+zoNlG0=";
    hash = "sha256-lRPGVGv86vH7Q1cLoLp8mOAkxcHTHgUrx0mmKgl1oEc=";
  };

  outputs = [
+2 −0
Original line number Diff line number Diff line
@@ -81,6 +81,8 @@ buildPythonPackage rec {
    "test_miff_cmyk8"
    "test_tiff_cmyk8"
    "test_miff_cmyk16"
    "test_png_gray16"
    "test_png_rgb16"
  ];

  pythonImportsCheck = [ "img2pdf" ];