guix-commits
[Top][All Lists]
Advanced

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

07/19: gnu: julia-colortypes: Update to 0.11.0.


From: guix-commits
Subject: 07/19: gnu: julia-colortypes: Update to 0.11.0.
Date: Tue, 18 May 2021 13:42:13 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

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

    gnu: julia-colortypes: Update to 0.11.0.
    
    * gnu/packages/julia-xyz.scm (julia-colortypes): Update to 0.11.0.
---
 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 2cb0f9f..022834b 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -290,7 +290,7 @@ color scales for graphics.")
 (define-public julia-colortypes
   (package
     (name "julia-colortypes")
-    (version "0.10.12")
+    (version "0.11.0")
     (source
      (origin
        (method git-fetch)
@@ -299,7 +299,7 @@ color scales for graphics.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "176hr3qbz7lncmykks2qaj3cqisnzim7wi5jwsca9ld26wwyvyqq"))))
+        (base32 "0n7h70caqv7yd0khjhn90iax62r73mcif8qzkwj5b4q46li1r8ih"))))
     (arguments
      '(#:tests? #f))                    ;require Documenter, not packaged yet
     (build-system julia-build-system)



reply via email to

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