1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-27 19:41:50 +02:00

gnu: julia-colortypes: Update to 0.11.0.

* gnu/packages/julia-xyz.scm (julia-colortypes): Update to 0.11.0.
This commit is contained in:
Efraim Flashner
2021-05-18 20:34:16 +03:00
parent d9856912b0
commit 2211f3af67
+2 -2
View File
@@ -290,7 +290,7 @@ color scales for graphics.")
(define-public julia-colortypes (define-public julia-colortypes
(package (package
(name "julia-colortypes") (name "julia-colortypes")
(version "0.10.12") (version "0.11.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@@ -299,7 +299,7 @@ color scales for graphics.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "176hr3qbz7lncmykks2qaj3cqisnzim7wi5jwsca9ld26wwyvyqq")))) (base32 "0n7h70caqv7yd0khjhn90iax62r73mcif8qzkwj5b4q46li1r8ih"))))
(arguments (arguments
'(#:tests? #f)) ;require Documenter, not packaged yet '(#:tests? #f)) ;require Documenter, not packaged yet
(build-system julia-build-system) (build-system julia-build-system)