mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: r-proc: Update to 1.18.5.
* gnu/packages/cran.scm (r-proc): Update to 1.18.5. Change-Id: I36ab2e49345241895ed6fb1fd88929dff28056cf
This commit is contained in:
parent
0de7e4d5fd
commit
0a083112f0
1 changed files with 2 additions and 2 deletions
|
@ -14471,14 +14471,14 @@ (define-public r-blockfest
|
|||
(define-public r-proc
|
||||
(package
|
||||
(name "r-proc")
|
||||
(version "1.18.4")
|
||||
(version "1.18.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "pROC" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0lqar1lbm461in4jb9rkdnpccl8lshrhig2qxr892m91mdxym46m"))))
|
||||
"129cnh3kh9sr42nc7n9f14kr9svi3501834x40njynnzlr0wi4sm"))))
|
||||
(properties `((upstream-name . "pROC")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue