summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Tournier <zimon.toutoune@gmail.com>2025-03-05 15:42:10 +0100
committerSimon Tournier <zimon.toutoune@gmail.com>2025-03-05 16:12:39 +0100
commita8f4bb188f64c986b9eb38f512ef9bb1ce75830c (patch)
treedfb41d4d0629b4f3a82e64f31e32a0a306cf2079
parent2c35fc2e2cf7c24d23ad4ff577d59eaf34a0ed4b (diff)
gnu: julia-aqua: Update to 0.8.4.
* gnu/packages/julia-xyz.scm (julia-aqua): Update to 0.8.4. Change-Id: I5dc1a0e0d72fb24d0e210d06c74b98940a80973b
-rw-r--r--gnu/packages/julia-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 9a671f5c3c..e083b2bfdb 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -129,7 +129,7 @@ ANSI escape codes to another format.")
(define-public julia-aqua
(package
(name "julia-aqua")
- (version "0.5.5")
+ (version "0.8.4")
(source
(origin
(method git-fetch)
@@ -138,7 +138,7 @@ ANSI escape codes to another format.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "12hng8czkgynsn1pshavma2wijypl6k05hhgivc3rqiyclfpi89z"))))
+ (base32 "1vxmb3n3qmlfzc12zk66b1wza0nklglglk0xdji121cnciylpiz1"))))
(build-system julia-build-system)
(arguments
(list #:parallel-tests? #f))