gnu: sundials: Update to 6.2.0.
* gnu/packages/maths.scm (sundials): Update to 6.2.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
		
							parent
							
								
									4c509a73b7
								
							
						
					
					
						commit
						d1a6a795b3
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -6125,7 +6125,7 @@ and comparisons are supported.")
 | 
			
		|||
(define-public sundials
 | 
			
		||||
  (package
 | 
			
		||||
    (name "sundials")
 | 
			
		||||
    (version "6.1.1")
 | 
			
		||||
    (version "6.2.0")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method url-fetch)
 | 
			
		||||
| 
						 | 
				
			
			@ -6133,7 +6133,7 @@ and comparisons are supported.")
 | 
			
		|||
                           version "/sundials-" version ".tar.gz"))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32
 | 
			
		||||
         "0327a1fy8rilwc4brsqqb71jd1ymb7mqgxsylab06crcg5xn7byg"))))
 | 
			
		||||
         "07gk9060xk3bzfqf8v4fqlp0rcxswiwlsy887zv87i1gfy9map8r"))))
 | 
			
		||||
    (build-system cmake-build-system)
 | 
			
		||||
    (native-inputs
 | 
			
		||||
     (list python-2))          ; For tests; syntax incompatible with Python 3.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue