mirror of
https://codeberg.org/guix/guix.git
synced 2026-04-28 06:34:05 +00:00
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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user