gnu: gnuastro: Update to 0.16.
* gnu/packages/astronomy.scm (gnuastro): Update to 0.16.
This commit is contained in:
		
							parent
							
								
									0105f33a4d
								
							
						
					
					
						commit
						b224cf8a0d
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -293,7 +293,7 @@ astronomical image-processing packages like Drizzle, Swarp or SExtractor.")
 | 
				
			||||||
(define-public gnuastro
 | 
					(define-public gnuastro
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "gnuastro")
 | 
					    (name "gnuastro")
 | 
				
			||||||
    (version "0.15")
 | 
					    (version "0.16")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -301,7 +301,7 @@ astronomical image-processing packages like Drizzle, Swarp or SExtractor.")
 | 
				
			||||||
                           version ".tar.lz"))
 | 
					                           version ".tar.lz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "1jjr3ixxbpsr5m4s7ahh12ymcnlvjzwcp02ya16b1lvzrz1wmhy4"))))
 | 
					         "07xr0r5dmjpnrz7ylf7k3vmjjna2jafi16lfvkqwxj9fyssmz207"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     '(#:configure-flags '("--disable-static")))
 | 
					     '(#:configure-flags '("--disable-static")))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue