[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/06: gnu: openblas: Update to 0.3.20
From: |
guix-commits |
Subject: |
01/06: gnu: openblas: Update to 0.3.20 |
Date: |
Sun, 15 May 2022 16:51:07 -0400 (EDT) |
civodul pushed a commit to branch staging
in repository guix.
commit 20eadd425e7d80dac73e54b33e41643942048aa8
Author: Aurora <rind38@disroot.org>
AuthorDate: Mon Mar 21 17:32:14 2022 +0000
gnu: openblas: Update to 0.3.20
* gnu/packages/maths.scm (openblas): Update to 0.3.20.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/maths.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 98e239d5bd..9bcf788c3c 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -4465,7 +4465,7 @@ parts of it.")
(define-public openblas
(package
(name "openblas")
- (version "0.3.18")
+ (version "0.3.20")
(source
(origin
(method git-fetch)
@@ -4475,7 +4475,7 @@ parts of it.")
(file-name (git-file-name name version))
(sha256
(base32
- "17zdd8asylz2w71hczrz5y344p6d5ds1jn4901maw7zcp3dbk63g"))))
+ "0r4sz3rn68fyc2paq0a04pgfi7iszpm95f6ggbzxpvjzx9qxbcql"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"
- branch staging updated (c591bb6819 -> 7c204281ff), guix-commits, 2022/05/15
- 03/06: gnu: openfst: Add 1.7.3 for kaldi, guix-commits, 2022/05/15
- 01/06: gnu: openblas: Update to 0.3.20,
guix-commits <=
- 04/06: gnu: kaldi: Update to dd107fd, bypass tests, guix-commits, 2022/05/15
- 05/06: gnu: openfst-1.7.3: Enable ngram-fst extension & C++14 build, guix-commits, 2022/05/15
- 06/06: gnu: openfst: Update to 1.8.2, enable ngram extension, guix-commits, 2022/05/15
- 02/06: gnu: openblas: Remove input labels., guix-commits, 2022/05/15