gnu: imagemagick: Update to 6.9.5-7.
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.5-7.
This commit is contained in:
		
							parent
							
								
									8cce8797be
								
							
						
					
					
						commit
						2328f328f3
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -41,14 +41,14 @@
 | 
				
			||||||
(define-public imagemagick
 | 
					(define-public imagemagick
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "imagemagick")
 | 
					    (name "imagemagick")
 | 
				
			||||||
    (version "6.9.5-4")
 | 
					    (version "6.9.5-7")
 | 
				
			||||||
    (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
 | 
				
			||||||
               "1n7fjbjh6s6rblkga8lkdqcd2b3vjgcm5jcx1r8vnww6b2w9ym00"))))
 | 
					               "00arcvyhsy9i5gp3b0lhfvs04qwhxpmq0bfsv4ipllinb6mjgxf5"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:configure-flags '("--with-frozenpaths")
 | 
					     `(#:configure-flags '("--with-frozenpaths")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue