mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 09:58:57 -05:00
gnu: julia-colors: Update to 0.12.8.
* gnu/packages/julia-xyz.scm (julia-colors): Update to 0.12.8.
This commit is contained in:
parent
7bb000ec05
commit
d9856912b0
1 changed files with 2 additions and 2 deletions
|
@ -264,7 +264,7 @@ (define-public julia-chainrulestestutils
|
|||
(define-public julia-colors
|
||||
(package
|
||||
(name "julia-colors")
|
||||
(version "0.12.6")
|
||||
(version "0.12.8")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -273,7 +273,7 @@ (define-public julia-colors
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "156zsszgwh6bmznsan0zyha6yvcxw3c5mvc5vr2qfsgxbyh36ln6"))))
|
||||
(base32 "0kx3hq7rf8p5zx6ly9k5j90zijmc7yrwmy96cgkl2ibdfbnhmya3"))))
|
||||
(build-system julia-build-system)
|
||||
(propagated-inputs
|
||||
`(("julia-colortypes" ,julia-colortypes)
|
||||
|
|
Loading…
Reference in a new issue