summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Tournier <zimon.toutoune@gmail.com>2025-03-05 16:09:54 +0100
committerSimon Tournier <zimon.toutoune@gmail.com>2025-03-05 16:12:38 +0100
commit2c35fc2e2cf7c24d23ad4ff577d59eaf34a0ed4b (patch)
tree547741ee92e21de51c408514cfafbf6fddccd4e4
parent8c4b1cd92f4cfd4ed56755b5261c08c6193f27f4 (diff)
julia-cfitsio: Pin the version of julia-aqua.
* gnu/packages/julia-xyz.sc, (julia-cfitsio)[native-inputs]: Replace julia-aqua by julia-aqua-0.5. Change-Id: I400b09fd2480f0406b6cd370c09346ad1df91c15
-rw-r--r--gnu/packages/julia-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index b716a03d49..9a671f5c3c 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -971,7 +971,7 @@ variables, both with unordered (nominal variables) and ordered categories
(sha256
(base32 "05bxzzjcc021p3hi092h06r2q7qnvql0xz1alggi83i0pp1mxp6d"))))
(build-system julia-build-system)
- (native-inputs (list julia-aqua))
+ (native-inputs (list julia-aqua-0.5))
(propagated-inputs (list julia-cfitsio-jll))
(home-page "https://github.com/JuliaAstro/CFITSIO.jl")
(synopsis "C-style interface to the libcfitsio library")