diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-12-08 19:46:49 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-12-08 19:53:39 +0200 |
commit | b2c4e83f2c073f15f7209b1dc8c4a9176e19d794 (patch) | |
tree | a312ecd8effacf75b65673250d8113c445cda055 /gnu/packages | |
parent | 1123b6856cea33e5478443375f3866a999fe5b0b (diff) |
gnu: julia-aqua: Update to 0.5.5.
* gnu/packages/julia-xyz.scm (julia-aqua): Update to 0.5.5.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/julia-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm index c9aa339199..4995c858c8 100644 --- a/gnu/packages/julia-xyz.scm +++ b/gnu/packages/julia-xyz.scm @@ -127,7 +127,7 @@ ANSI escape codes to another format.") (define-public julia-aqua (package (name "julia-aqua") - (version "0.5.1") + (version "0.5.5") (source (origin (method git-fetch) @@ -136,7 +136,7 @@ ANSI escape codes to another format.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1g0kyzcdykgs247j72jpc2qqall696jwgb3hnn4cxmbi8bkf7wpk")))) + (base32 "12hng8czkgynsn1pshavma2wijypl6k05hhgivc3rqiyclfpi89z")))) (build-system julia-build-system) (arguments (list #:parallel-tests? #f)) |