diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-12-14 15:05:09 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-12-21 19:22:54 +0200 |
commit | 160974597edefb0f964237c903bb42460e461f8f (patch) | |
tree | cfd58f322ac7a3cc4f709855b86d1a008748dd98 | |
parent | 2c838a6fc75b0289714694ce0435b5811fb9e9ce (diff) | |
download | guix-160974597edefb0f964237c903bb42460e461f8f.tar.gz |
gnu: julia-blockarrays: Update to 0.16.23.
* gnu/packages/julia-xyz.scm (julia-blockarrays): Update to 0.16.23. [native-inputs]: Remove julia-lazyarrays; add julia-aqua.
-rw-r--r-- | gnu/packages/julia-xyz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm index cae6b9237c..e55687eadc 100644 --- a/gnu/packages/julia-xyz.scm +++ b/gnu/packages/julia-xyz.scm @@ -527,7 +527,7 @@ and amino acids that are used ny otherBioJulia packages.") (define-public julia-blockarrays (package (name "julia-blockarrays") - (version "0.16.8") + (version "0.16.23") (source (origin (method git-fetch) @@ -536,7 +536,7 @@ and amino acids that are used ny otherBioJulia packages.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1by26036fk9mawmcgqxpwizgbs398v9p6vrbsgg7h6llqn3q9iw1")))) + (base32 "14gby25ixbp9ha0y2aj4gnjkzha4c7v4y3sicicgbkysnq921qd0")))) (build-system julia-build-system) (arguments (list @@ -552,7 +552,7 @@ and amino acids that are used ny otherBioJulia packages.") (list julia-arraylayouts julia-fillarrays)) (native-inputs - (list julia-lazyarrays + (list julia-aqua julia-offsetarrays julia-staticarrays)) (home-page "https://github.com/JuliaArrays/BlockArrays.jl") |