mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: r-proc: Update to 1.16.1.
* gnu/packages/cran.scm (r-proc): Update to 1.16.1.
This commit is contained in:
parent
5ec991e6f3
commit
707608fdc4
1 changed files with 2 additions and 2 deletions
|
@ -6867,14 +6867,14 @@ (define-public r-blockfest
|
||||||
(define-public r-proc
|
(define-public r-proc
|
||||||
(package
|
(package
|
||||||
(name "r-proc")
|
(name "r-proc")
|
||||||
(version "1.15.3")
|
(version "1.16.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "pROC" version))
|
(uri (cran-uri "pROC" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1jx8af9p6sxbypqvj1cci7q9sbyaw310inbjxibjcr3acj59h45h"))))
|
"0qkp1byl2xspxaaf0by6mvvrhg7wlz6fxmynz2hkh0ds24w7ig9m"))))
|
||||||
(properties `((upstream-name . "pROC")))
|
(properties `((upstream-name . "pROC")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue