mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 01:33:18 -05:00
gnu: r-rocit: Update to 2.1.2.
* gnu/packages/cran.scm (r-rocit): Update to 2.1.2. Change-Id: I84fdd4a1fb03e21a9b9f80f021a414ebd9f5388d
This commit is contained in:
parent
6a3255dd52
commit
943a386384
1 changed files with 2 additions and 2 deletions
|
@ -1731,13 +1731,13 @@ (define-public r-proj4
|
|||
(define-public r-rocit
|
||||
(package
|
||||
(name "r-rocit")
|
||||
(version "2.1.1")
|
||||
(version "2.1.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ROCit" version))
|
||||
(sha256
|
||||
(base32 "0sd6ckh7k8aqwhzzp3qff6g7d03klbr0mbp403pib3823c8pqa55"))))
|
||||
(base32 "17s7wi248vj6wbcxb6z0fdsw8bijjxva4sldlqcz4m73ccnrdikf"))))
|
||||
(properties `((upstream-name . "ROCit")))
|
||||
(build-system r-build-system)
|
||||
(native-inputs (list r-knitr))
|
||||
|
|
Loading…
Reference in a new issue