gnu: julia-static: Update to 0.3.0.
* gnu/packages/julia-xyz.scm (julia-static): Update to 0.3.0.
This commit is contained in:
parent
bf796e1b8e
commit
ace03e017c
1 changed files with 2 additions and 2 deletions
|
@ -3624,7 +3624,7 @@ There are multiple ways to understand @code{StackView}:
|
||||||
(define-public julia-static
|
(define-public julia-static
|
||||||
(package
|
(package
|
||||||
(name "julia-static")
|
(name "julia-static")
|
||||||
(version "0.2.5")
|
(version "0.3.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -3633,7 +3633,7 @@ There are multiple ways to understand @code{StackView}:
|
||||||
(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 "1sxfp169c7caaklpp7mz8770ayk9w8xw133m95kf7v11sya1lb7v"))))
|
(base32 "19k7h47zhz3zz28i0l4b3cc0r07pzp8kf35z0yammpy361b644l2"))))
|
||||||
(build-system julia-build-system)
|
(build-system julia-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("julia-ifelse" ,julia-ifelse)))
|
`(("julia-ifelse" ,julia-ifelse)))
|
||||||
|
|
Reference in a new issue