mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: julia-static: Update to 0.8.3.
* gnu/packages/julia-xyz.scm (julia-static): Update to 0.8.3.
This commit is contained in:
parent
d37dad8372
commit
480a39ada7
1 changed files with 2 additions and 2 deletions
|
@ -5122,7 +5122,7 @@ (define-public julia-stackviews
|
|||
(define-public julia-static
|
||||
(package
|
||||
(name "julia-static")
|
||||
(version "0.3.0")
|
||||
(version "0.8.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -5131,7 +5131,7 @@ (define-public julia-static
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "19k7h47zhz3zz28i0l4b3cc0r07pzp8kf35z0yammpy361b644l2"))))
|
||||
(base32 "1ilmging187w37vjff8ilnz1f0qygyhbwl6nhq91z3b5vxyf13zr"))))
|
||||
(build-system julia-build-system)
|
||||
(propagated-inputs
|
||||
(list julia-ifelse))
|
||||
|
|
Loading…
Reference in a new issue