gnu: r-pbdmpi: Update to 0.4-6.
* gnu/packages/cran.scm (r-pbdmpi): Update to 0.4-6.
This commit is contained in:
parent
dfb2f4bc2c
commit
d8f57dec1e
1 changed files with 2 additions and 2 deletions
|
@ -32319,13 +32319,13 @@ data you need the @code{pdftools} package.")
|
||||||
(define-public r-pbdmpi
|
(define-public r-pbdmpi
|
||||||
(package
|
(package
|
||||||
(name "r-pbdmpi")
|
(name "r-pbdmpi")
|
||||||
(version "0.4-4")
|
(version "0.4-6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "pbdMPI" version))
|
(uri (cran-uri "pbdMPI" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"006pm2yn4mdrpwhfflqcybzv41lz7zssrjrcpq5g98zf60p9c07a"))))
|
"0r6kbrvc0z4mb2dhrz1iqdyx0c03f682b5xfi1igp7z3rszd1va1"))))
|
||||||
(properties `((upstream-name . "pbdMPI")))
|
(properties `((upstream-name . "pbdMPI")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Reference in a new issue