gnu: julia-colorschemes: Update to 3.15.0.
authorEfraim Flashner <efraim@flashner.co.il>
Wed, 6 Oct 2021 07:39:22 +0000 (10:39 +0300)
committerEfraim Flashner <efraim@flashner.co.il>
Thu, 7 Oct 2021 05:28:16 +0000 (08:28 +0300)
* gnu/packages/julia-xyz.scm (julia-colorschemes): Update to 3.15.0.

gnu/packages/julia-xyz.scm

index 2d42ab6..2086e6d 100644 (file)
@@ -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)