gnu: julia-compat: Update to 3.25.0.
* gnu/packages/julia-xyz.scm (julia-compat): Update to 3.25.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
		
							parent
							
								
									54721e7eb8
								
							
						
					
					
						commit
						f7a98af0b9
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -1,5 +1,5 @@ | ||||||
| ;;; GNU Guix --- Functional package management for GNU | ;;; GNU Guix --- Functional package management for GNU | ||||||
| ;;; Copyright © 2020 Nicolò Balzarotti <nicolo@nixo.xyz> | ;;; Copyright © 2020, 2021 Nicolò Balzarotti <nicolo@nixo.xyz> | ||||||
| ;;; | ;;; | ||||||
| ;;; This file is part of GNU Guix. | ;;; This file is part of GNU Guix. | ||||||
| ;;; | ;;; | ||||||
|  | @ -25,7 +25,7 @@ | ||||||
| (define-public julia-compat | (define-public julia-compat | ||||||
|   (package |   (package | ||||||
|     (name "julia-compat") |     (name "julia-compat") | ||||||
|     (version "3.9.1") |     (version "3.25.0") | ||||||
|     (source |     (source | ||||||
|      (origin |      (origin | ||||||
|        (method git-fetch) |        (method git-fetch) | ||||||
|  | @ -34,7 +34,7 @@ | ||||||
|              (commit (string-append "v" version)))) |              (commit (string-append "v" version)))) | ||||||
|        (file-name (git-file-name name version)) |        (file-name (git-file-name name version)) | ||||||
|        (sha256 |        (sha256 | ||||||
|         (base32 "01vwjr2134bzgnaxwd67knbibbhnfgnqjw7gxrp29s6y2a6j3882")))) |         (base32 "1m4r5i8mq29xjp3mllh6047n5a78sdyld57m15anrnsjgaapcgby")))) | ||||||
|     (build-system julia-build-system) |     (build-system julia-build-system) | ||||||
|     (home-page "https://github.com/JuliaLang/Compat.jl") |     (home-page "https://github.com/JuliaLang/Compat.jl") | ||||||
|     (synopsis "Compatibility across Julia versions") |     (synopsis "Compatibility across Julia versions") | ||||||
|  |  | ||||||
		Reference in a new issue