guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: julia-gr: Update to 0.69.5.


From: guix-commits
Subject: 03/05: gnu: julia-gr: Update to 0.69.5.
Date: Mon, 4 Sep 2023 13:07:48 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 71293417f3b4ec4599dc84d01f79a073e78370b4
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Sep 4 19:58:36 2023 +0300

    gnu: julia-gr: Update to 0.69.5.
    
    * gnu/packages/julia-xyz.scm (julia-gr): Update to 0.69.5.
---
 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 32288e980b..70eb955cc7 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -2626,7 +2626,7 @@ users; instead, you should use one of the packages that 
builds on
 (define-public julia-gr
   (package
     (name "julia-gr")
-    (version "0.58.1")
+    (version "0.69.5")
     (source
       (origin
         (method git-fetch)
@@ -2635,7 +2635,7 @@ users; instead, you should use one of the packages that 
builds on
                (commit (string-append "v" version))))
         (file-name (git-file-name name version))
         (sha256
-         (base32 "18zxa1w2wmrf44c5l10qbh99zjdp7h94gxlymh47cf5kj5fc4xmx"))))
+         (base32 "0i4vb5y1m47x1ispr52h5a5gs544205vpiz4cypd4pr242f96dcb"))))
     (build-system julia-build-system)
     (propagated-inputs
      (list julia-gr-jll))



reply via email to

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