3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-proc: Update to 1.15.3.

* gnu/packages/cran.scm (r-proc): Update to 1.15.3.
This commit is contained in:
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

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