[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/14: gnu: dune-common: Update to 2.9.0.
From: |
guix-commits |
Subject: |
04/14: gnu: dune-common: Update to 2.9.0. |
Date: |
Tue, 2 May 2023 06:13:50 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit ee9f5cef6e85be8501ecefb80c7545e5e4320da8
Author: Felix Gruber <felgru@posteo.net>
AuthorDate: Fri Apr 14 19:27:26 2023 +0000
gnu: dune-common: Update to 2.9.0.
* gnu/packages/maths.scm (dune-common): Update to 2.9.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/maths.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index eebfdab914..2c62fde9a7 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -34,7 +34,7 @@
;;; Copyright © 2019 Steve Sprang <scs@stevesprang.com>
;;; Copyright © 2019 Robert Smith <robertsmith@posteo.net>
;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net>
-;;; Copyright © 2020–2022 Felix Gruber <felgru@posteo.net>
+;;; Copyright © 2020–2023 Felix Gruber <felgru@posteo.net>
;;; Copyright © 2020 R Veera Kumar <vkor@vkten.in>
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
;;; Copyright © 2020 Nicolò Balzarotti <nicolo@nixo.xyz>
@@ -6797,7 +6797,7 @@ linear algebra primitives specifically targeting graph
analytics.")
(define-public dune-common
(package
(name "dune-common")
- (version "2.7.1")
+ (version "2.9.0")
(source
(origin
(method url-fetch)
@@ -6805,7 +6805,7 @@ linear algebra primitives specifically targeting graph
analytics.")
version "/dune-common-" version ".tar.gz"))
(sha256
(base32
- "0sidwdkyrrqjkqhpvrlc991pzi5xzlvxk91s2n7qk3widwy7fch2"))))
+ "04pzk8q0bibci8z5xlwndhh3y3vs63mw7kad62lbzfwrr5121hrd"))))
(build-system cmake-build-system)
(arguments
`(#:phases
- branch master updated (3f8c4899a9 -> 44d7044094), guix-commits, 2023/05/02
- 02/14: gnu: hypre: Add missing TeX Live packages., guix-commits, 2023/05/02
- 01/14: gnu: Add texlive-alphalph., guix-commits, 2023/05/02
- 04/14: gnu: dune-common: Update to 2.9.0.,
guix-commits <=
- 03/14: gnu: babeltrace: Fix build failure., guix-commits, 2023/05/02
- 05/14: gnu: dune-geometry: Update to 2.9.0., guix-commits, 2023/05/02
- 07/14: gnu: dune-grid: Update to 2.9.0., guix-commits, 2023/05/02
- 08/14: gnu: dune-istl: Update to 2.9.0., guix-commits, 2023/05/02
- 09/14: gnu: dune-localfunctions: Update to 2.9.0., guix-commits, 2023/05/02
- 10/14: gnu: dune-alugrid: Update to 2.9.0., guix-commits, 2023/05/02
- 11/14: gnu: dune-subgrid: Update to 2.9.0-1-e83f3f9., guix-commits, 2023/05/02
- 06/14: gnu: dune-uggrid: Update to 2.9.0., guix-commits, 2023/05/02
- 12/14: gnu: dune-typetree: Update to 2.9.0., guix-commits, 2023/05/02
- 13/14: gnu: dune-functions: Update to 2.9.0., guix-commits, 2023/05/02