gnu: suitesparse: Update to 5.13.0.
* gnu/packages/maths.scm (suitesparse): Update to 5.13.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
		
							parent
							
								
									eb5e650e09
								
							
						
					
					
						commit
						7534d8067f
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -4860,7 +4860,7 @@ Fresnel integrals, and similar related functions as well.") | ||||||
| (define-public suitesparse | (define-public suitesparse | ||||||
|   (package |   (package | ||||||
|     (name "suitesparse") |     (name "suitesparse") | ||||||
|     (version "5.12.0") |     (version "5.13.0") | ||||||
|     (source |     (source | ||||||
|      (origin |      (origin | ||||||
|        (method git-fetch) |        (method git-fetch) | ||||||
|  | @ -4870,7 +4870,7 @@ Fresnel integrals, and similar related functions as well.") | ||||||
|        (file-name (git-file-name name version)) |        (file-name (git-file-name name version)) | ||||||
|        (sha256 |        (sha256 | ||||||
|         (base32 |         (base32 | ||||||
|          "0zpl51pfpv7ap7z97jlryba2la1qdmzm11bhzkn55wlb03xzi6k6")) |          "1zwri246yr39p9ymjp18dzv36ch0dn107sf0jghj7capigasfxq2")) | ||||||
|        (patches (search-patches "suitesparse-mongoose-cmake.patch")) |        (patches (search-patches "suitesparse-mongoose-cmake.patch")) | ||||||
|        (modules '((guix build utils))) |        (modules '((guix build utils))) | ||||||
|        (snippet |        (snippet | ||||||
|  |  | ||||||
		Reference in a new issue