zimoun pushed a commit to branch wip-julia-upgrade
in repository guix.
commit a8f4bb188f64c986b9eb38f512ef9bb1ce75830c
Author: Simon Tournier <[email protected]>
AuthorDate: Wed Mar 5 15:42:10 2025 +0100
gnu: julia-aqua: Update to 0.8.4.
* gnu/packages/julia-xyz.scm (julia-aqua): Update to 0.8.4.
Change-Id: I5dc1a0e0d72fb24d0e210d06c74b98940a80973b
---
gnu/packages/julia-xyz.scm | 4 ++--
1 file 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))