gnu: r-iml: Update to 0.11.1.
* gnu/packages/cran.scm (r-iml): Update to 0.11.1.master
parent
8a3b2bd804
commit
ea03352e0a
|
@ -28301,14 +28301,14 @@ simple interface for all functions.")
|
||||||
(define-public r-iml
|
(define-public r-iml
|
||||||
(package
|
(package
|
||||||
(name "r-iml")
|
(name "r-iml")
|
||||||
(version "0.11.0")
|
(version "0.11.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "iml" version))
|
(uri (cran-uri "iml" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1za7bjnp07i20vyb6vxz2ya5cr8g4p076w61n8m38wnz04lz5yz5"))))
|
"0fi37lv9czaxcc123f6r57607shqhs83ks96n2n0b93dl1qs0j52"))))
|
||||||
(properties `((upstream-name . "iml")))
|
(properties `((upstream-name . "iml")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue