mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: r-rstpm2: Update to 1.5.6.
* gnu/packages/cran.scm (r-rstpm2): Update to 1.5.6.
This commit is contained in:
parent
33756c6ed5
commit
1baffaf491
1 changed files with 2 additions and 2 deletions
|
@ -2295,14 +2295,14 @@ (define-public r-fastghquad
|
|||
(define-public r-rstpm2
|
||||
(package
|
||||
(name "r-rstpm2")
|
||||
(version "1.5.2")
|
||||
(version "1.5.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "rstpm2" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0c6l3z250b2kn6mh2xyb0bd2y5nsbj11n9xfi51dac9s8xq3v7m4"))))
|
||||
"17mhzfxh761vl64ar6pynpj3k2jkhjgbacxsjhkrfkbmy3aiv0d1"))))
|
||||
(properties `((upstream-name . "rstpm2")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue