mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: r-mlr: Update to 2.19.2.
* gnu/packages/cran.scm (r-mlr): Update to 2.19.2. Change-Id: I6509606b03cda52dbc38c93de68468faeb49e76e
This commit is contained in:
parent
1db545f01d
commit
a98acb1288
1 changed files with 2 additions and 2 deletions
|
@ -38387,13 +38387,13 @@ (define-public r-mhg
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue