guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

13/13: gnu: julia-crayons: Update to 4.1.1.


From: guix-commits
Subject: 13/13: gnu: julia-crayons: Update to 4.1.1.
Date: Wed, 8 Feb 2023 02:28:36 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit a545d0adbbba7df2d328c3b7f1d5b327a07c9232
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Feb 7 19:28:20 2023 +0200

    gnu: julia-crayons: Update to 4.1.1.
    
    * gnu/packages/julia-xyz.scm (julia-crayons): Update to 4.1.1.
---
 gnu/packages/julia-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 1594655179..b6da796b59 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]