imagemagick: 6.9.6-7 -> 6.9.7-0

This commit is contained in:
Michael Raskin 2016-12-28 14:08:40 +01:00
parent 9ec867f59f
commit 040d5162be

View File

@ -11,8 +11,8 @@ let
else throw "ImageMagick is not supported on this platform.";
cfg = {
version = "6.9.6-7";
sha256 = "1ls3g4gpdh094n03szr9arpr0rfwd1krv2s9gnck8j0ab10ccgs5";
version = "6.9.7-0";
sha256 = "0c6ff1am2mhc0dc26h50l78yx6acwqymwpwgkxgx69cb6jfpwrdx";
patches = [];
}
# Freeze version on mingw so we don't need to port the patch too often.