gnu: r-mlr: Update to 2.19.2.
* gnu/packages/cran.scm (r-mlr): Update to 2.19.2. Change-Id: I6509606b03cda52dbc38c93de68468faeb49e76emaster
parent
1db545f01d
commit
a98acb1288
|
@ -38387,13 +38387,13 @@ well as email and push notifications.")
|
|||
(define-public r-mlr
|
||||
(package
|
||||
(name "r-mlr")
|
||||
(version "2.19.1")
|
||||
(version "2.19.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "mlr" version))
|
||||
(sha256
|
||||
(base32
|
||||
"00jjhvaqifj6glqsyzixlp56bvlch5smck8kk3klcmwx9pasyllx"))))
|
||||
"1icpa3xa0f7l40i52l3pl43m98j69r75qnqf1yp7wyh6y54p1rl5"))))
|
||||
(properties `((upstream-name . "mlr")))
|
||||
(build-system r-build-system)
|
||||
(inputs (list gdal
|
||||
|
|
Reference in New Issue