1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-06 17:25:56 +02:00

gnu: julia-colorschemes: Update to 3.15.0.

* gnu/packages/julia-xyz.scm (julia-colorschemes): Update to 3.15.0.
This commit is contained in:
Efraim Flashner
2021-10-06 10:39:22 +03:00
parent d038196036
commit 9a24fc6191
+2 -2
View 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)