diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2021-07-29 14:13:59 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-07-29 14:43:39 +0300 |
commit | ebe8aa846e424774ced3c12dd5acf6f7a0827835 (patch) | |
tree | 7f78eef6f7293019e058577b6e9afc0dcd2e344d /gnu/packages | |
parent | b5df917439eb08605cd4a42c99a2bd3e5c975322 (diff) |
gnu: julia-colorschemes: Update to 3.13.0.
* gnu/packages/julia-xyz.scm (julia-colorschemes): Update to 3.13.0.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/julia-xyz.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm index df3cd9bceb..56a1635eec 100644 --- a/gnu/packages/julia-xyz.scm +++ b/gnu/packages/julia-xyz.scm @@ -543,7 +543,7 @@ color scales for graphics.") (define-public julia-colorschemes (package (name "julia-colorschemes") - (version "3.12.1") + (version "3.13.0") (source (origin (method git-fetch) @@ -552,8 +552,7 @@ color scales for graphics.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 - "08k39hbdf3jn0001f7qxa99xvagrnh9764911hs6cmxkvp061sa4")))) + (base32 "13gy1njxlkfnxmpj2z6aj1bzbzn7jipaxr9fgkv41yiy0xjhqiyh")))) (build-system julia-build-system) (propagated-inputs `(("julia-colors" ,julia-colors) |