mirror of
https://codeberg.org/guix/guix.git
synced 2026-04-28 06:34:05 +00: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user