gnu: julia-crayons: Update to 4.1.1.
* gnu/packages/julia-xyz.scm (julia-crayons): Update to 4.1.1.master
parent
0fb287d263
commit
a545d0adbb
|
@ -1233,7 +1233,7 @@ as SLAM (simultaneous localization and mapping).")
|
|||
(define-public julia-crayons
|
||||
(package
|
||||
(name "julia-crayons")
|
||||
(version "4.0.4")
|
||||
(version "4.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1242,7 +1242,7 @@ as SLAM (simultaneous localization and mapping).")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0v3zhjlnb2914bxcj4myl8pgb7m31p77aj2k1bckmqs96jdph10z"))))
|
||||
(base32 "0vfbb02pclwlbpcl7rhr98a495kga5wydf5wz1gp1xn1wxgpgxpd"))))
|
||||
(build-system julia-build-system)
|
||||
(home-page "https://github.com/KristofferC/Crayons.jl")
|
||||
(synopsis "Colored and styled strings for terminals")
|
||||
|
|
Reference in New Issue