guix-commits
[Top][All Lists]
Advanced

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

06/11: gnu: julia-colorvectorspace: Update to 0.9.7.


From: guix-commits
Subject: 06/11: gnu: julia-colorvectorspace: Update to 0.9.7.
Date: Thu, 7 Oct 2021 01:42:22 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit e538d868a57c2127b56f983f439d6714ebfbea41
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Oct 6 14:58:53 2021 +0300

    gnu: julia-colorvectorspace: Update to 0.9.7.
    
    * gnu/packages/julia-xyz.scm (julia-colorvectorspace): Update to 0.9.7.
---
 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 2086e6d..11f7050 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -617,7 +617,7 @@ with.")
 (define-public julia-colorvectorspace
   (package
     (name "julia-colorvectorspace")
-    (version "0.9.5")
+    (version "0.9.7")
     (source
       (origin
         (method git-fetch)
@@ -626,7 +626,7 @@ with.")
                (commit (string-append "v" version))))
         (file-name (git-file-name name version))
         (sha256
-         (base32 "1gx4k1bvf6lkzxphnvpkw857ihrkifhb68yvsj889k9pf1vda3fq"))))
+         (base32 "02gk7f5g5wjxdasbjf8bvv1m7clksh7mw1xmygjdirjz1q0d6dwi"))))
     (build-system julia-build-system)
     (propagated-inputs
      `(("julia-colortypes" ,julia-colortypes)



reply via email to

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