zimoun pushed a commit to branch wip-julia-upgrade
in repository guix.
commit 8c4b1cd92f4cfd4ed56755b5261c08c6193f27f4
Author: Simon Tournier <[email protected]>
AuthorDate: Wed Mar 5 16:08:43 2025 +0100
gnu: Add julia-aqua-0.5.
* gnu/packages/julia-xyz.scm (julia-aqua-0.5): New variable.
Change-Id: Id1619d2f34ab25b35922d6b4f410dbaac04071ca
---
gnu/packages/julia-xyz.scm | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 82ed5f1150..b716a03d49 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -148,6 +148,22 @@ ANSI escape codes to another format.")
provides functions to run a few automatable checks for Julia packages.")
(license license:expat)))
+;;; Required by julia-cfitsio
+(define julia-aqua-0.5
+ (package
+ (inherit julia-aqua)
+ (name "julia-aqua")
+ (version "0.5.5")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/JuliaTesting/Aqua.jl")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "12hng8czkgynsn1pshavma2wijypl6k05hhgivc3rqiyclfpi89z"))))))
+
(define-public julia-argcheck
(package
(name "julia-argcheck")