gnu: julia-aqua: Update to 0.8.4.

* gnu/packages/julia-xyz.scm (julia-aqua): Update to 0.8.4.

Change-Id: I5dc1a0e0d72fb24d0e210d06c74b98940a80973b
This commit is contained in:
Simon Tournier
2025-03-05 15:42:10 +01:00
parent 2c35fc2e2c
commit a8f4bb188f

View File

@@ -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))