diff options
| author | Ludovic Courtès <ludovic.courtes@inria.fr> | 2026-08-20 10:27:42 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludovic.courtes@inria.fr> | 2026-08-21 10:43:44 +0200 |
| commit | f7de5d45034d685b74069074f813e8994c936217 (patch) | |
| tree | 833d337259df0cf065344ebba8fce08948717c9a | |
| parent | c7f3940980e4ea3d5d0b8d5e1611b5cd5df6cfb0 (diff) | |
mpi: umpire: Upgrade to 2026.07.1.
* guix-science/packages/mpi.scm (umpire): Update to 2026.07.1.
Signed-off-by: Ludovic Courtès <ludovic.courtes@inria.fr>
Merges: #779
| -rw-r--r-- | guix-science/packages/mpi.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guix-science/packages/mpi.scm b/guix-science/packages/mpi.scm index fa8e51c..e6ccd6a 100644 --- a/guix-science/packages/mpi.scm +++ b/guix-science/packages/mpi.scm | |||
| @@ -150,7 +150,7 @@ applications.") | |||
| 150 | (define-public umpire | 150 | (define-public umpire |
| 151 | (package | 151 | (package |
| 152 | (name "umpire") | 152 | (name "umpire") |
| 153 | (version "2025.12.0") | 153 | (version "2026.07.1") |
| 154 | (source (origin | 154 | (source (origin |
| 155 | (method git-fetch) | 155 | (method git-fetch) |
| 156 | (uri (git-reference | 156 | (uri (git-reference |
| @@ -159,7 +159,7 @@ applications.") | |||
| 159 | (file-name (git-file-name name version)) | 159 | (file-name (git-file-name name version)) |
| 160 | (sha256 | 160 | (sha256 |
| 161 | (base32 | 161 | (base32 |
| 162 | "17d91vfc5clm0l08fijzrjdh0iv78zfsr2pw16m349p0410pvm54")))) | 162 | "1nv4p1z75p862ddqwfbnqzm5fgfw16xm3ahv1jk23772czxpfryz")))) |
| 163 | (build-system cmake-build-system) | 163 | (build-system cmake-build-system) |
| 164 | (arguments | 164 | (arguments |
| 165 | (list #:configure-flags | 165 | (list #:configure-flags |
