1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: julia-crayons: Update to 4.1.1.

* gnu/packages/julia-xyz.scm (julia-crayons): Update to 4.1.1.
This commit is contained in:
Efraim Flashner
2023-02-07 19:28:20 +02:00
parent 0fb287d263
commit a545d0adbb

View File

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