mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: julia-unitful: Update to 1.9.0.
* gnu/packages/julia-xyz.scm (julia-unitful): Update to 1.9.0.
This commit is contained in:
parent
9fe69d78d6
commit
f6bc4657e1
1 changed files with 2 additions and 2 deletions
|
@ -4054,7 +4054,7 @@ (define-public julia-uris
|
|||
(define-public julia-unitful
|
||||
(package
|
||||
(name "julia-unitful")
|
||||
(version "1.8.0")
|
||||
(version "1.9.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -4063,7 +4063,7 @@ (define-public julia-unitful
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0n9z4skj04h033qbn22cn6f5jby6584j6pizvs7bdbk93h39ch1g"))))
|
||||
(base32 "10qwscd15dnmvx116dwvg99m7kmwgmj5ahdkq7psiq48lcc554gq"))))
|
||||
(build-system julia-build-system)
|
||||
(propagated-inputs
|
||||
`(("julia-constructionbase" ,julia-constructionbase)))
|
||||
|
|
Loading…
Reference in a new issue