diff options
| author | Andreas Enge <andreas@enge.fr> | 2025-10-16 14:46:30 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-10-16 14:46:57 +0200 |
| commit | 37f794ae22d42447c27e524d01d3ddafa24b8d8e (patch) | |
| tree | be7a3e23f5e1abb00a48dcb187d2bcee469f314d | |
| parent | 51bfc7d3b189e747597f22fbb71d2821d1cb504d (diff) | |
gnu: n2p2: Update to 2.3.0.
* gnu/packages/maths.scm (n2p2): Update to 2.3.0.
Change-Id: Iffa53548eb91488a3610a243cb474fd020e476a9
| -rw-r--r-- | gnu/packages/maths.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 72fc9f87bac..ae9e2a25530 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -2657,7 +2657,7 @@ scientific data storage.") (define-public n2p2 (package (name "n2p2") - (version "2.1.4") + (version "2.3.0") (source (origin (method git-fetch) (uri (git-reference @@ -2666,7 +2666,7 @@ scientific data storage.") (file-name (git-file-name name version)) (sha256 (base32 - "1lw195ihpxwh08387i4gamk1glhalpq888q6nj8l5vswbgnrv1pq")))) + "01090j477gh9zk7wj416fvv1hxdnnxwhzy67bn96a04zhnayzkkj")))) (build-system gnu-build-system) (arguments `(#:make-flags '("MODE=shared" "-C" "src") |
