mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -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
|
(define-public r-pbdmpi
|
||||||
(package
|
(package
|
||||||
(name "r-pbdmpi")
|
(name "r-pbdmpi")
|
||||||
(version "0.5-0")
|
(version "0.5-1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "pbdMPI" version))
|
(uri (cran-uri "pbdMPI" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0wfx33jhdrwp97chsp9v8z2yf49shycvky8dwl9pgwqd9l69aw7x"))))
|
"047pxra6n3pacyqg5qdg8dbz32s8bq8z9dyi5rvs0ax76vr1v8v4"))))
|
||||||
(properties `((upstream-name . "pbdMPI")))
|
(properties `((upstream-name . "pbdMPI")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in a new issue