mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: julia-compat: Update to 4.16.0.
* gnu/packages/julia-xyz.scm (julia-compat): Update to 4.16.0. Change-Id: Idb079c5fee4c60b1a18fe25f1035ad1eab8a1d0b
This commit is contained in:
parent
182c351ae3
commit
816f89f6d0
1 changed files with 2 additions and 2 deletions
|
@ -1313,7 +1313,7 @@ (define-public julia-commonsubexpressions
|
|||
(define-public julia-compat
|
||||
(package
|
||||
(name "julia-compat")
|
||||
(version "3.39.0")
|
||||
(version "4.16.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1322,7 +1322,7 @@ (define-public julia-compat
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0qzvaqi5gqgc747fnajbvvf5vqbh6cwykwky00c7glvmvdsgk3z0"))))
|
||||
(base32 "1n0s3rv478fwlrpy1v4f5fcydx7lblzljjlmkh6ap7nm2xs1w43c"))))
|
||||
(build-system julia-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue