guix-commits
[Top][All Lists]
Advanced

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

07/10: gnu: julia-offsetarrays: Update to 1.9.2.


From: guix-commits
Subject: 07/10: gnu: julia-offsetarrays: Update to 1.9.2.
Date: Mon, 14 Jun 2021 12:43:57 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit f862cb7525259c0bdf507121f85b70331e52bc28
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jun 14 19:40:39 2021 +0300

    gnu: julia-offsetarrays: Update to 1.9.2.
    
    * gnu/packages/julia-xyz.scm (julia-offsetarrays): Update to 1.9.2.
---
 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 ee39414..b79ca16 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -2654,7 +2654,7 @@ which they were added to the collection.")
 (define-public julia-offsetarrays
   (package
     (name "julia-offsetarrays")
-    (version "1.8.0")
+    (version "1.9.2")
     (source
      (origin
        (method git-fetch)
@@ -2663,7 +2663,7 @@ which they were added to the collection.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0s02175pb2pkwg87g7vva2hsrh2ksj9ariw9ccd7axbdm2vd2zcs"))))
+        (base32 "10mycjmjlp80c1bsdmk1hnb5hg81zqd2dcxyaa9p55ykla051a9q"))))
     (build-system julia-build-system)
     (propagated-inputs
      `(("julia-adapt" ,julia-adapt)))



reply via email to

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