diff mbox series

[bug#67927] gnu: scotch: Update to 7.0.4

Message ID 20231220122023.18151-1-romain.garbage@inria.fr
State New
Headers show
Series [bug#67927] gnu: scotch: Update to 7.0.4 | expand

Commit Message

Romain GARBAGE Dec. 20, 2023, 12:20 p.m. UTC
* gnu/packages/maths.scm (scotch): Update to version 7.0.4.

Change-Id: I493113ecc1694e8812fb38d8e4641398eb174b34
---
 gnu/packages/maths.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Mathieu Othacehe Dec. 25, 2023, 4:35 p.m. UTC | #1
> * gnu/packages/maths.scm (scotch): Update to version 7.0.4.

Applied, thanks,

Mathieu
diff mbox series

Patch

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 0f4d29b40f..adc7beb655 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -4474,7 +4474,7 @@  (define-public superlu-dist
 (define-public scotch
   (package
     (name "scotch")
-    (version "7.0.1")
+    (version "7.0.4")
     (source
      (origin
        (method git-fetch)
@@ -4483,7 +4483,7 @@  (define-public scotch
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1fvgxd3ipl5xswswyadvxvlcgv6an8c229ispnlksgnlwphg10ig"))))
+        (base32 "0rbc51albpd2923dkirpkj8rfkic6rsvwqqnv1mmsk391zhk3amr"))))
     (build-system cmake-build-system)
     (inputs
      (list zlib))