mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: r-wrs2: Update to 1.1-6.
* gnu/packages/cran.scm (r-wrs2): Update to 1.1-6. Change-Id: If0f280067722cddf1dd3024076a4e19faeea652b
This commit is contained in:
parent
1554d2154f
commit
6aae048cd6
1 changed files with 2 additions and 2 deletions
|
@ -14793,13 +14793,13 @@ (define-public r-writexls
|
|||
(define-public r-wrs2
|
||||
(package
|
||||
(name "r-wrs2")
|
||||
(version "1.1-5")
|
||||
(version "1.1-6")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "WRS2" version))
|
||||
(sha256
|
||||
(base32
|
||||
"028xs424m879siaf3rrhzl1dacp9j7wcl5fpikyx2n0cc7anq4vq"))))
|
||||
"1wsnsl4gy1hbgxfzzhfybak0jqmxq9fsh3scqyxydd7ia9r2n52k"))))
|
||||
(properties `((upstream-name . "WRS2")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-mass r-plyr r-reshape))
|
||||
|
|
Loading…
Reference in a new issue