mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: r-iml: Update to 0.11.1.
* gnu/packages/cran.scm (r-iml): Update to 0.11.1.
This commit is contained in:
parent
8a3b2bd804
commit
ea03352e0a
1 changed files with 2 additions and 2 deletions
|
@ -28301,14 +28301,14 @@ (define-public r-metrics
|
|||
(define-public r-iml
|
||||
(package
|
||||
(name "r-iml")
|
||||
(version "0.11.0")
|
||||
(version "0.11.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "iml" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1za7bjnp07i20vyb6vxz2ya5cr8g4p076w61n8m38wnz04lz5yz5"))))
|
||||
"0fi37lv9czaxcc123f6r57607shqhs83ks96n2n0b93dl1qs0j52"))))
|
||||
(properties `((upstream-name . "iml")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue