mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: prrte: Update to 4.0.0.
* gnu/packages/parallel.scm (prrte): Update to 4.0.0. Change-Id: I5a7679680a8313464115b1c4aaac89305c2fe1f7 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
8cdef4cab6
commit
710d198457
1 changed files with 2 additions and 2 deletions
|
|
@ -785,7 +785,7 @@ commonly needed services in distributed and parallel computing systems.")
|
|||
(define-public prrte
|
||||
(package
|
||||
(name "prrte")
|
||||
(version "3.0.6")
|
||||
(version "4.0.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
|
@ -793,7 +793,7 @@ commonly needed services in distributed and parallel computing systems.")
|
|||
version "/prrte-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"0wiy0vk37v4db1jgxza8bci0cczcvj34dalzsrlz05dk45zb7dl3"))))
|
||||
"1r2dxnv3spmfd3l5is8cly2mmmc98xgm9wvvih99j35sw1hwjbiw"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list #:configure-flags
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue