me
/
guix
Archived
1
0
Fork 0

gnu: julia-crayons: Update to 4.1.1.

* gnu/packages/julia-xyz.scm (julia-crayons): Update to 4.1.1.
master
Efraim Flashner 2023-02-07 19:28:20 +02:00
parent 0fb287d263
commit a545d0adbb
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

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