gnu: r-rismed: Update to 2.2.

* gnu/packages/cran.scm (r-rismed): Update to 2.2.
This commit is contained in:
Ricardo Wurmus 2020-10-31 13:43:47 +01:00
parent 6058241bf4
commit a9b7c063ef
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -22722,14 +22722,14 @@ (define-public r-shapforxgboost
(define-public r-rismed
(package
(name "r-rismed")
(version "2.1.7")
(version "2.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "RISmed" version))
(sha256
(base32
"08dmkkxsmwp9b4h2g1bbx03cijn793fsnzkmbima8x9d42vxnm1l"))))
"0nwixhngi4r2f73362salivsmsf7l52bm13jqvhdq8mfiigm80vd"))))
(properties `((upstream-name . "RISmed")))
(build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/RISmed")