gnu: openblas: Update to 0.2.15.
* gnu/packages/maths.scm (openblas): Update to 0.2.15.
This commit is contained in:
		
							parent
							
								
									8a3a9e84cb
								
							
						
					
					
						commit
						69851c59c7
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -1461,7 +1461,7 @@ constant parts of it.")
 | 
				
			||||||
(define-public openblas
 | 
					(define-public openblas
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "openblas")
 | 
					    (name "openblas")
 | 
				
			||||||
    (version "0.2.14")
 | 
					    (version "0.2.15")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
| 
						 | 
					@ -1470,7 +1470,7 @@ constant parts of it.")
 | 
				
			||||||
       (file-name (string-append name "-" version ".tar.gz"))
 | 
					       (file-name (string-append name "-" version ".tar.gz"))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "0av3pd96j8rx5i65f652xv9wqfkaqn0w4ma1gvbyz73i6j2hi9db"))))
 | 
					         "1k5f6vjlk54qlplk5m7xkbaw6g2y7dl50lwwdv6xsbcsgsbxfcpy"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:tests? #f  ;no "check" target
 | 
					     `(#:tests? #f  ;no "check" target
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue