gnu: r-maldiquant: Update to 1.18.

* gnu/packages/bioinformatics.scm (r-maldiquant): Update to 1.18.
This commit is contained in:
Ricardo Wurmus 2018-09-05 14:00:56 +02:00
parent 48b21f8b6b
commit 4ee8c37cca
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -9375,14 +9375,14 @@ trait.")
(define-public r-maldiquant
(package
(name "r-maldiquant")
(version "1.17")
(version "1.18")
(source
(origin
(method url-fetch)
(uri (cran-uri "MALDIquant" version))
(sha256
(base32
"047s6007ydc38x8wm027mlb4mngz15n0d4238fr8h43wyll5zy0z"))))
"18nl214xjsxkcpbg79jkmw0yznwm5szyh2qb84n7ip46mm779ha6"))))
(properties `((upstream-name . "MALDIquant")))
(build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/MALDIquant")