guix-commits
[Top][All Lists]
Advanced

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

24/49: gnu: julia-blockbandedmatrices: Update to 0.10.7.


From: guix-commits
Subject: 24/49: gnu: julia-blockbandedmatrices: Update to 0.10.7.
Date: Thu, 29 Jul 2021 07:46:24 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

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

    gnu: julia-blockbandedmatrices: Update to 0.10.7.
    
    * gnu/packages/julia-xyz.scm (julia-blockbandedmatrices): Update to 0.10.7.
---
 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 933e876..df3cd9b 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -319,7 +319,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.6")
+    (version "0.10.7")
     (source
       (origin
         (method git-fetch)
@@ -328,7 +328,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 "0q9ni4pgdkb00jb42fdzlhx745852xx2666vr96k0c4l0cn5mi0y"))))
+         (base32 "10n1r6kmmv2wa307jfg9y2m6p16j8hngjp3fjavpbdy1r5haasm9"))))
     (build-system julia-build-system)
     (propagated-inputs
      `(("julia-arraylayouts" ,julia-arraylayouts)



reply via email to

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