diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2021-05-18 20:34:16 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-05-18 20:34:16 +0300 |
commit | d9856912b0e862e00da42e5a25fd834e2d7aa2a3 (patch) | |
tree | b75849e3d13ede0b83a2c3d6e1bd125ce0204462 /gnu/packages/julia-xyz.scm | |
parent | 7bb000ec05a31e330b9cbe74d1e2102fdedaefd6 (diff) | |
download | guix-d9856912b0e862e00da42e5a25fd834e2d7aa2a3.tar guix-d9856912b0e862e00da42e5a25fd834e2d7aa2a3.tar.gz |
gnu: julia-colors: Update to 0.12.8.
* gnu/packages/julia-xyz.scm (julia-colors): Update to 0.12.8.
Diffstat (limited to 'gnu/packages/julia-xyz.scm')
-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 ee2498129f..2cb0f9fbc0 100644 --- a/gnu/packages/julia-xyz.scm +++ b/gnu/packages/julia-xyz.scm @@ -264,7 +264,7 @@ dependencies, while keeping @code{ChainRulesCore.jl} as light-weight as possible (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 @@ dependencies, while keeping @code{ChainRulesCore.jl} as light-weight as possible (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) |