[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: dealii: Update to 9.2.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: dealii: Update to 9.2.0. |
Date: |
Wed, 09 Dec 2020 14:44:25 -0500 |
This is an automated email from the git hooks/post-receive script.
bavier pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 2a23e3f gnu: dealii: Update to 9.2.0.
2a23e3f is described below
commit 2a23e3f582941aee3461aa7b52e0ccb78c9e540d
Author: Eric Bavier <bavier@member.fsf.org>
AuthorDate: Wed Dec 9 11:50:20 2020 -0600
gnu: dealii: Update to 9.2.0.
* gnu/packages/maths.scm (dealii): Update to 9.2.0.
---
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 47cc821..2ab9621 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -4194,7 +4194,7 @@ revised simplex and the branch-and-bound methods.")
(define-public dealii
(package
(name "dealii")
- (version "9.1.1")
+ (version "9.2.0")
(source
(origin
(method url-fetch)
@@ -4202,7 +4202,7 @@ revised simplex and the branch-and-bound methods.")
"download/v" version "/dealii-" version ".tar.gz"))
(sha256
(base32
- "0xhjv0gzswpjbc43xbrpwfc5848g508l01855nszx3g5gwzlhnzw"))
+ "0fm4xzrnb7dfn4415j24d8v3jkh0lssi86250x2f5wgi83xq4nnh"))
(modules '((guix build utils)))
(snippet
;; Remove bundled sources: UMFPACK, TBB, muParser, and boost
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: dealii: Update to 9.2.0.,
guix-commits <=