diff options
| author | Simon Tournier <zimon.toutoune@gmail.com> | 2025-03-05 16:47:05 +0100 |
|---|---|---|
| committer | Simon Tournier <zimon.toutoune@gmail.com> | 2025-03-05 16:50:10 +0100 |
| commit | 93095bf2c1870f5eb2bae7ed9458b6ab0112cab6 (patch) | |
| tree | 6e4719f0b23aded3cdb87c590fc02f4ead5d2496 | |
| parent | 7f7326c0499464ae53ed662546e4a19db7b529a3 (diff) | |
julia-fillarrays: Pin the version of julia-aqua.wip-julia-upgrade
* 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
| -rw-r--r-- | gnu/packages/julia-xyz.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm index 150d965b9d2..86fe215c3d0 100644 --- a/gnu/packages/julia-xyz.scm +++ b/gnu/packages/julia-xyz.scm | |||
| @@ -2488,10 +2488,9 @@ working with filesystem paths in Julia.") | |||
| 2488 | (sha256 | 2488 | (sha256 |
| 2489 | (base32 "1c4i8awmw9qq8dqfhxwjh76mc1nlmzrl5j754fpnbajv8p49gdv5")))) | 2489 | (base32 "1c4i8awmw9qq8dqfhxwjh76mc1nlmzrl5j754fpnbajv8p49gdv5")))) |
| 2490 | (build-system julia-build-system) | 2490 | (build-system julia-build-system) |
| 2491 | (propagated-inputs | ||
| 2492 | (list julia-aqua)) | ||
| 2493 | (inputs ;required by tests | 2491 | (inputs ;required by tests |
| 2494 | (list julia-staticarrays)) | 2492 | (list julia-aqua-0.5 |
| 2493 | julia-staticarrays)) | ||
| 2495 | (home-page "https://github.com/JuliaArrays/FillArrays.jl") | 2494 | (home-page "https://github.com/JuliaArrays/FillArrays.jl") |
| 2496 | (synopsis "Lazy matrix representation") | 2495 | (synopsis "Lazy matrix representation") |
| 2497 | (description "This package lazily represents matrices filled with | 2496 | (description "This package lazily represents matrices filled with |
