checksum for new pmix version

This commit is contained in:
Yann Dupont 2021-11-21 21:59:24 +01:00
parent bf90fc20c5
commit 81f79f37c4

View file

@ -130,13 +130,12 @@
(define-public openpmix-4.1.0
(package
(inherit openpmix-3.1.5)
(name "openpmix-4.1.0")
(version "4.1.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/openpmix/openpmix/releases/download/v" version "/pmix-" version ".tar.bz2"))
(sha256 (base32 "1xswdkfcrw123ghcr9gmrb852nzjbl4i6qwrid3xyma42yal34w8"))
(sha256 (base32 "0bl4gkh87csm3yh418wvrih35mg6swavcxj78gyb7gr1qsk0apql"))
)
)
)