me
/
guix
Archived
1
0
Fork 0

gnu: julia-static: Update to 0.2.5.

* gnu/packages/julia-xyz.scm (julia-static): Update to 0.2.5.
master
Efraim Flashner 2021-06-14 14:22:27 +03:00
parent 51ef08e592
commit ad2a86b00a
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -3542,7 +3542,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.4") (version "0.2.5")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -3551,7 +3551,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 "01rbiysrkaca03gh55rc5zykkp63bhzaqgrxxj88lnisrbzmf0d2")))) (base32 "1sxfp169c7caaklpp7mz8770ayk9w8xw133m95kf7v11sya1lb7v"))))
(build-system julia-build-system) (build-system julia-build-system)
(propagated-inputs (propagated-inputs
`(("julia-ifelse" ,julia-ifelse))) `(("julia-ifelse" ,julia-ifelse)))