guix-commits
[Top][All Lists]
Advanced

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

05/11: gnu: julia-colorschemes: Update to 3.15.0.


From: guix-commits
Subject: 05/11: gnu: julia-colorschemes: Update to 3.15.0.
Date: Thu, 7 Oct 2021 01:42:21 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 9a24fc61917c7328d205ee9c8bad198ddc9131d6
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Oct 6 10:39:22 2021 +0300

    gnu: julia-colorschemes: Update to 3.15.0.
    
    * gnu/packages/julia-xyz.scm (julia-colorschemes): Update to 3.15.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 2d42ab6..2086e6d 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -567,7 +567,7 @@ color scales for graphics.")
 (define-public julia-colorschemes
   (package
     (name "julia-colorschemes")
-    (version "3.13.0")
+    (version "3.15.0")
     (source
       (origin
         (method git-fetch)
@@ -576,7 +576,7 @@ color scales for graphics.")
                (commit (string-append "v" version))))
         (file-name (git-file-name name version))
         (sha256
-         (base32 "13gy1njxlkfnxmpj2z6aj1bzbzn7jipaxr9fgkv41yiy0xjhqiyh"))))
+         (base32 "0kpjhmqd5cj8dh8bmh9b5g6bscyp7h23hzpr2s93pnrp57q1wvhq"))))
     (build-system julia-build-system)
     (propagated-inputs
      `(("julia-colors" ,julia-colors)



reply via email to

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