guix-commits
[Top][All Lists]
Advanced

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

18/49: gnu: julia-arrayinterface: Update to 3.1.19.


From: guix-commits
Subject: 18/49: gnu: julia-arrayinterface: Update to 3.1.19.
Date: Thu, 29 Jul 2021 07:46:23 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 7067111296d12a4901c89fcf83fdefec6a676825
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jul 29 14:13:57 2021 +0300

    gnu: julia-arrayinterface: Update to 3.1.19.
    
    * gnu/packages/julia-xyz.scm (julia-arrayinterface): Update to 3.1.19.
---
 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 a30d268..c5cbbf0 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -121,7 +121,7 @@ provides functions to run a few automatable checks for 
Julia packages.")
 (define-public julia-arrayinterface
   (package
     (name "julia-arrayinterface")
-    (version "3.1.17")
+    (version "3.1.19")
     (source
       (origin
         (method git-fetch)
@@ -130,7 +130,7 @@ provides functions to run a few automatable checks for 
Julia packages.")
                (commit (string-append "v" version))))
         (file-name (git-file-name name version))
         (sha256
-         (base32 "1yfl7wsciqm8ggfs6grxdrvpkxniy4c63d05f65v2j0c55z8a6mn"))))
+         (base32 "0cmldnzvdgmfnrnrzgj6v1mfr2rvk5096392rwmhd3iyx7v0pq33"))))
     (build-system julia-build-system)
     (propagated-inputs
      `(("julia-ifelse" ,julia-ifelse)



reply via email to

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