gnu: r-rpf: Update to 1.0.5.
* gnu/packages/cran.scm (r-rpf): Update to 1.0.5.
This commit is contained in:
parent
860841b7ff
commit
e05869ba23
1 changed files with 2 additions and 2 deletions
|
@ -20834,14 +20834,14 @@ and analyze Stan models.")
|
||||||
(define-public r-rpf
|
(define-public r-rpf
|
||||||
(package
|
(package
|
||||||
(name "r-rpf")
|
(name "r-rpf")
|
||||||
(version "1.0.4")
|
(version "1.0.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "rpf" version))
|
(uri (cran-uri "rpf" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"17crcgsbcsh0c00n7bgdqfnd7n1vzz7drfxjs7d18253yl5x44pl"))))
|
"0kz7i7g3l16irz6bxgnkxdmmd931m1fk6rl72dvs21ir5brr010l"))))
|
||||||
(properties `((upstream-name . "rpf")))
|
(properties `((upstream-name . "rpf")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue