gnu: r-proc: Update to 1.15.3.

* gnu/packages/cran.scm (r-proc): Update to 1.15.3.
master
Ricardo Wurmus 2019-08-06 14:44:21 +02:00
parent 44de742e37
commit a510dc6091
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6547,14 +6547,14 @@ containing one or more SNPs that evolved under directional selection.")
(define-public r-proc
(package
(name "r-proc")
(version "1.15.0")
(version "1.15.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "pROC" version))
(sha256
(base32
"1dxxkwdhxfnj2znq4c5ggrr9m5klh5pmfxg17rz59vr2hfb73m24"))))
"1jx8af9p6sxbypqvj1cci7q9sbyaw310inbjxibjcr3acj59h45h"))))
(properties `((upstream-name . "pROC")))
(build-system r-build-system)
(propagated-inputs