diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2021-10-06 10:39:22 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-10-07 08:28:16 +0300 |
commit | 9a24fc61917c7328d205ee9c8bad198ddc9131d6 (patch) | |
tree | c2a7c44495ab917d011ac3b5ef7c6b2c25611dde /gnu | |
parent | d03819603612d8b346d7385a92cda6b442e7c395 (diff) | |
download | guix-9a24fc61917c7328d205ee9c8bad198ddc9131d6.tar.gz guix-9a24fc61917c7328d205ee9c8bad198ddc9131d6.zip |
gnu: julia-colorschemes: Update to 3.15.0.
* gnu/packages/julia-xyz.scm (julia-colorschemes): Update to 3.15.0.
Diffstat (limited to 'gnu')
-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 2d42ab63a8..2086e6dc3d 100644 --- a/gnu/packages/julia-xyz.scm +++ b/gnu/packages/julia-xyz.scm @@ -567,7 +567,7 @@ color scales for graphics.") (define-public julia-colorschemes (package (name "julia-colorschemes") - (version "3.13.0") + (version "3.15.0") (source (origin (method git-fetch) @@ -576,7 +576,7 @@ color scales for graphics.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "13gy1njxlkfnxmpj2z6aj1bzbzn7jipaxr9fgkv41yiy0xjhqiyh")))) + (base32 "0kpjhmqd5cj8dh8bmh9b5g6bscyp7h23hzpr2s93pnrp57q1wvhq")))) (build-system julia-build-system) (propagated-inputs `(("julia-colors" ,julia-colors) |