mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 06:08:37 +02:00
checksum for new pmix version
This commit is contained in:
parent
bf90fc20c5
commit
81f79f37c4
1 changed files with 1 additions and 2 deletions
|
@ -130,13 +130,12 @@
|
||||||
(define-public openpmix-4.1.0
|
(define-public openpmix-4.1.0
|
||||||
(package
|
(package
|
||||||
(inherit openpmix-3.1.5)
|
(inherit openpmix-3.1.5)
|
||||||
(name "openpmix-4.1.0")
|
|
||||||
(version "4.1.0")
|
(version "4.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/openpmix/openpmix/releases/download/v" version "/pmix-" version ".tar.bz2"))
|
(uri (string-append "https://github.com/openpmix/openpmix/releases/download/v" version "/pmix-" version ".tar.bz2"))
|
||||||
(sha256 (base32 "1xswdkfcrw123ghcr9gmrb852nzjbl4i6qwrid3xyma42yal34w8"))
|
(sha256 (base32 "0bl4gkh87csm3yh418wvrih35mg6swavcxj78gyb7gr1qsk0apql"))
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue