guix-commits
[Top][All Lists]
Advanced

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

51/57: gnu: julia-blockbandedmatrices: Update to 0.11.9.


From: guix-commits
Subject: 51/57: gnu: julia-blockbandedmatrices: Update to 0.11.9.
Date: Wed, 21 Dec 2022 12:41:26 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 611d7427ebb471d636748026cd35bcfb5238881b
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Dec 14 19:32:21 2022 +0200

    gnu: julia-blockbandedmatrices: Update to 0.11.9.
    
    * gnu/packages/julia-xyz.scm (julia-blockbandedmatrices): Update to 0.11.9.
---
 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 ae2d6a1f9c..cdd29504cf 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -577,7 +577,7 @@ access to the full matrix to use in in for example a linear 
solver.")
 (define-public julia-blockbandedmatrices
   (package
     (name "julia-blockbandedmatrices")
-    (version "0.10.7")
+    (version "0.11.9")
     (source
       (origin
         (method git-fetch)
@@ -586,7 +586,7 @@ access to the full matrix to use in in for example a linear 
solver.")
                (commit (string-append "v" version))))
         (file-name (git-file-name name version))
         (sha256
-         (base32 "10n1r6kmmv2wa307jfg9y2m6p16j8hngjp3fjavpbdy1r5haasm9"))))
+         (base32 "1qag5awl8cmsyhpajv6llhpqbzxfii1bacppbjvmb1fqs9s0lifd"))))
     (build-system julia-build-system)
     (propagated-inputs
      (list julia-arraylayouts



reply via email to

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