imagemagick: 6.9.8-9 -> 6.9.8-10

This commit is contained in:
Franz Pletz 2017-06-17 15:51:05 +02:00
parent 9be1951a8a
commit 5f803db91f
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -12,8 +12,8 @@ let
else throw "ImageMagick is not supported on this platform."; else throw "ImageMagick is not supported on this platform.";
cfg = { cfg = {
version = "6.9.8-9"; version = "6.9.8-10";
sha256 = "0wr6wcmvaw62f6pkgnpqnjmp331wfwmds9wmqzr4zv53s9k1lkzn"; sha256 = "040qs7nwcm84bjd9wryvd58zqfykbmn3y3qfc90lnldww7v6ihlg";
patches = []; patches = [];
} }
# Freeze version on mingw so we don't need to port the patch too often. # Freeze version on mingw so we don't need to port the patch too often.