me
/
guix
Archived
1
0
Fork 0

gnu: julia-aqua: Update to 0.5.5.

* gnu/packages/julia-xyz.scm (julia-aqua): Update to 0.5.5.
Efraim Flashner 2022-12-08 19:46:49 +02:00
parent 1123b6856c
commit b2c4e83f2c
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

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