mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-19 21:27:37 -05:00
gnu: r-infer: Update to 0.5.3.
* gnu/packages/cran.scm (r-infer): Update to 0.5.3.
This commit is contained in:
parent
6edf558fd0
commit
cecb700853
1 changed files with 2 additions and 2 deletions
|
@ -24093,14 +24093,14 @@ (define-public r-parsnip
|
|||
(define-public r-infer
|
||||
(package
|
||||
(name "r-infer")
|
||||
(version "0.5.2")
|
||||
(version "0.5.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "infer" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0m00xhzrvmskwj4jwncakwxhzivn9pyiylq4r8s6ny4yiwqg303m"))))
|
||||
"1q0lnxnv8krv4n9z80sh4b442s89rvnbph5bddy34z83bkncwv2g"))))
|
||||
(properties `((upstream-name . "infer")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue