mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
Merge branch 'devel' into 'main'
bump openpmix version See merge request glicid-public/guix-glicid!301
This commit is contained in:
commit
ffd5930f54
1 changed files with 14 additions and 0 deletions
|
@ -59,6 +59,20 @@
|
|||
(inputs (modify-inputs (package-inputs openpmix-3.1.5)
|
||||
(prepend python zlib pandoc)))))
|
||||
|
||||
(define-public openpmix-4.2.4
|
||||
(package
|
||||
(inherit openpmix-4.1.0)
|
||||
(version "4.2.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://github.com/openpmix/openpmix/releases/download/v"
|
||||
version "/pmix-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32
|
||||
"1j11n1j1g6dq49jxcy44s48jvncwvarb8wmcpmw3m397y91rasf4"))))
|
||||
|
||||
|
||||
(define-public openpmix
|
||||
openpmix-4.1.0)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue