summary refs log tree commit diff
diff options
context:
space:
mode:
authorGraham Christensen <graham@grahamc.com>2016-02-27 16:50:13 -0600
committerGraham Christensen <graham@grahamc.com>2016-02-27 17:22:14 -0600
commit1aed3948d7584ff594daf35dd8200e1a74f62213 (patch)
tree8f671ae6be444825936b78be6aef4f782ff3e9d7
parent4a54794d18683db41d2a4203f14c5debf628883c (diff)
downloadnixpkgs-1aed3948d7584ff594daf35dd8200e1a74f62213.tar
nixpkgs-1aed3948d7584ff594daf35dd8200e1a74f62213.tar.gz
nixpkgs-1aed3948d7584ff594daf35dd8200e1a74f62213.tar.bz2
nixpkgs-1aed3948d7584ff594daf35dd8200e1a74f62213.tar.lz
nixpkgs-1aed3948d7584ff594daf35dd8200e1a74f62213.tar.xz
nixpkgs-1aed3948d7584ff594daf35dd8200e1a74f62213.tar.zst
nixpkgs-1aed3948d7584ff594daf35dd8200e1a74f62213.zip
pythonmagick: 0.9.11 -> 0.9.12
-rw-r--r--pkgs/applications/graphics/PythonMagick/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/graphics/PythonMagick/default.nix b/pkgs/applications/graphics/PythonMagick/default.nix
index 17bf7d54670..5ab7d4d8a69 100644
--- a/pkgs/applications/graphics/PythonMagick/default.nix
+++ b/pkgs/applications/graphics/PythonMagick/default.nix
@@ -2,7 +2,7 @@
 
 let
 
-  version = "0.9.11";
+  version = "0.9.12";
 
 in
 
@@ -10,8 +10,8 @@ stdenv.mkDerivation rec {
   name = "pythonmagick-${version}";
 
   src = fetchurl {
-    url = "http://www.imagemagick.org/download/python/releases/PythonMagick-${version}.tar.gz";
-    sha256 = "01z01mlqkk0lvrh2jsmf84qjw29sq4rpj0653x7nqy7mrszwwp2v";
+    url = "http://www.imagemagick.org/download/python/releases/PythonMagick-${version}.tar.xz";
+    sha256 = "1l1kr3d7l40fkxgs6mrlxj65alv2jizm9hhgg9i9g90a8qj8642b";
   };
 
   buildInputs = [python boost pkgconfig imagemagick];