mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: julia-compat: Update to 3.39.0.
* gnu/packages/julia-xyz.scm (julia-compat): Update to 3.39.0.
This commit is contained in:
parent
e538d868a5
commit
ad970a219d
1 changed files with 2 additions and 2 deletions
|
@ -687,7 +687,7 @@ (define-public julia-commonsubexpressions
|
|||
(define-public julia-compat
|
||||
(package
|
||||
(name "julia-compat")
|
||||
(version "3.32.0")
|
||||
(version "3.39.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -696,7 +696,7 @@ (define-public julia-compat
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1zif3dj0a85w7xqbg0chrdhw8dk410zxcqbnkf764xmylwbps498"))))
|
||||
(base32 "0qzvaqi5gqgc747fnajbvvf5vqbh6cwykwky00c7glvmvdsgk3z0"))))
|
||||
(build-system julia-build-system)
|
||||
(home-page "https://github.com/JuliaLang/Compat.jl")
|
||||
(synopsis "Compatibility across Julia versions")
|
||||
|
|
Loading…
Reference in a new issue