mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: r-pbdmpi: Update to 0.5-1.
* gnu/packages/cran.scm (r-pbdmpi): Update to 0.5-1. Change-Id: Iede248c40a0a57bc5a23015745f426cd4485b38c
This commit is contained in:
parent
d6239e12d4
commit
929079dfbc
1 changed files with 2 additions and 2 deletions
|
@ -37928,13 +37928,13 @@ (define-public r-qpdf
|
|||
(define-public r-pbdmpi
|
||||
(package
|
||||
(name "r-pbdmpi")
|
||||
(version "0.5-0")
|
||||
(version "0.5-1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "pbdMPI" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0wfx33jhdrwp97chsp9v8z2yf49shycvky8dwl9pgwqd9l69aw7x"))))
|
||||
"047pxra6n3pacyqg5qdg8dbz32s8bq8z9dyi5rvs0ax76vr1v8v4"))))
|
||||
(properties `((upstream-name . "pbdMPI")))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue