mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: julia-aqua: Update to 0.5.1.
* gnu/packages/julia-xyz.scm (julia-aqua): Update to 0.5.1.
This commit is contained in:
parent
6178d22ed1
commit
f126ac0017
1 changed files with 2 additions and 2 deletions
|
@ -125,7 +125,7 @@ (define-public julia-ansicoloredprinters
|
|||
(define-public julia-aqua
|
||||
(package
|
||||
(name "julia-aqua")
|
||||
(version "0.5.0")
|
||||
(version "0.5.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -134,7 +134,7 @@ (define-public julia-aqua
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0zcvrwnyhh2kr4d2xv7ps8dh7byw78dx6yb1m9m4dblgscn5kypb"))))
|
||||
(base32 "1g0kyzcdykgs247j72jpc2qqall696jwgb3hnn4cxmbi8bkf7wpk"))))
|
||||
(build-system julia-build-system)
|
||||
(home-page "https://github.com/JuliaTesting/Aqua.jl")
|
||||
(synopsis "Automated quality assurance for Julia packages")
|
||||
|
|
Loading…
Reference in a new issue