gnu: imagemagick: Update to 6.9.6-3.
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.6-3.
This commit is contained in:
		
							parent
							
								
									1a86b671ce
								
							
						
					
					
						commit
						fdc45ab1b0
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -43,14 +43,14 @@
 | 
				
			||||||
(define-public imagemagick
 | 
					(define-public imagemagick
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "imagemagick")
 | 
					    (name "imagemagick")
 | 
				
			||||||
    (version "6.9.6-2")
 | 
					    (version "6.9.6-3")
 | 
				
			||||||
    (source (origin
 | 
					    (source (origin
 | 
				
			||||||
             (method url-fetch)
 | 
					             (method url-fetch)
 | 
				
			||||||
             (uri (string-append "mirror://imagemagick/ImageMagick-"
 | 
					             (uri (string-append "mirror://imagemagick/ImageMagick-"
 | 
				
			||||||
                                 version ".tar.xz"))
 | 
					                                 version ".tar.xz"))
 | 
				
			||||||
             (sha256
 | 
					             (sha256
 | 
				
			||||||
              (base32
 | 
					              (base32
 | 
				
			||||||
               "139h9lycxw3lszn052m34xm0rqyanin4nb529vxjcrkkzqilh91r"))))
 | 
					               "0min87mdhv6bni5hz99i3j1wkrjrqp88dx4ckjzmilg28p9ick63"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:configure-flags '("--with-frozenpaths" "--without-gcc-arch")
 | 
					     `(#:configure-flags '("--with-frozenpaths" "--without-gcc-arch")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue