mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
julia-fillarrays: Pin the version of julia-aqua.
* gnu/packages/julia-xyz.scm (julia-fillarrays)[propagated-inputs]: Move julia-aqua from here to... [inputs]: ... to here. Replace julia-aqua by julia-aqua-0.5. Change-Id: I57911619f915b649e3ce004fe7fd2f40241dc6c2
This commit is contained in:
parent
7f7326c049
commit
93095bf2c1
1 changed files with 2 additions and 3 deletions
|
|
@ -2488,10 +2488,9 @@ working with filesystem paths in Julia.")
|
|||
(sha256
|
||||
(base32 "1c4i8awmw9qq8dqfhxwjh76mc1nlmzrl5j754fpnbajv8p49gdv5"))))
|
||||
(build-system julia-build-system)
|
||||
(propagated-inputs
|
||||
(list julia-aqua))
|
||||
(inputs ;required by tests
|
||||
(list julia-staticarrays))
|
||||
(list julia-aqua-0.5
|
||||
julia-staticarrays))
|
||||
(home-page "https://github.com/JuliaArrays/FillArrays.jl")
|
||||
(synopsis "Lazy matrix representation")
|
||||
(description "This package lazily represents matrices filled with
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue