me
/
guix
Archived
1
0
Fork 0

gnu: julia-colorschemes: Update to 3.13.0.

* gnu/packages/julia-xyz.scm (julia-colorschemes): Update to 3.13.0.
Efraim Flashner 2021-07-29 14:13:59 +03:00
parent b5df917439
commit ebe8aa846e
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 3 deletions

View File

@ -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)