guix-commits
[Top][All Lists]
Advanced

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

06/19: gnu: julia-colors: Update to 0.12.8.


From: guix-commits
Subject: 06/19: gnu: julia-colors: Update to 0.12.8.
Date: Tue, 18 May 2021 13:42:12 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit d9856912b0e862e00da42e5a25fd834e2d7aa2a3
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue May 18 20:34:16 2021 +0300

    gnu: julia-colors: Update to 0.12.8.
    
    * gnu/packages/julia-xyz.scm (julia-colors): Update to 0.12.8.
---
 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 ee24981..2cb0f9f 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -264,7 +264,7 @@ dependencies, while keeping @code{ChainRulesCore.jl} as 
light-weight as possible
 (define-public julia-colors
   (package
     (name "julia-colors")
-    (version "0.12.6")
+    (version "0.12.8")
     (source
      (origin
        (method git-fetch)
@@ -273,7 +273,7 @@ dependencies, while keeping @code{ChainRulesCore.jl} as 
light-weight as possible
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "156zsszgwh6bmznsan0zyha6yvcxw3c5mvc5vr2qfsgxbyh36ln6"))))
+        (base32 "0kx3hq7rf8p5zx6ly9k5j90zijmc7yrwmy96cgkl2ibdfbnhmya3"))))
     (build-system julia-build-system)
     (propagated-inputs
      `(("julia-colortypes" ,julia-colortypes)



reply via email to

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