mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: r-rstpm2: Update to 1.5.9.
* gnu/packages/cran.scm (r-rstpm2): Update to 1.5.9.
This commit is contained in:
parent
15b612a328
commit
47184a91f1
1 changed files with 2 additions and 2 deletions
|
@ -3113,14 +3113,14 @@ (define-public r-fastghquad
|
||||||
(define-public r-rstpm2
|
(define-public r-rstpm2
|
||||||
(package
|
(package
|
||||||
(name "r-rstpm2")
|
(name "r-rstpm2")
|
||||||
(version "1.5.8")
|
(version "1.5.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "rstpm2" version))
|
(uri (cran-uri "rstpm2" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"038qq5kar9f5ygd18aicwfqrr7fl37p0r9shgpc6wf2vmj564crn"))))
|
"1zl7z1l19s960mrhlzvpga07kzqfrhhq7qlkgln4wj0gcmhicyc6"))))
|
||||||
(properties `((upstream-name . "rstpm2")))
|
(properties `((upstream-name . "rstpm2")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue