mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: r-calibrate: Update to 1.7.6.
* gnu/packages/cran.scm (r-calibrate): Update to 1.7.6.
This commit is contained in:
parent
214ee82742
commit
dfe1a36465
1 changed files with 2 additions and 2 deletions
|
@ -2071,13 +2071,13 @@ (define-public r-auc
|
|||
(define-public r-calibrate
|
||||
(package
|
||||
(name "r-calibrate")
|
||||
(version "1.7.5")
|
||||
(version "1.7.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "calibrate" version))
|
||||
(sha256
|
||||
(base32 "1s423nr176l2sc66wp7hzgqkv7c2bq8d2bjrrvrrm5qa9y3zdx1k"))))
|
||||
(base32 "0h91mxf4fy3xk4mavf6cdllglyq5fra8zpz7yvc63n5jigpy2lhd"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-mass" ,r-mass)))
|
||||
|
|
Loading…
Reference in a new issue