gnu: r-maldiquant: Update to 1.16.2.

* gnu/packages/bioinformatics.scm (r-maldiquant): Update to 1.16.2.
This commit is contained in:
Ricardo Wurmus 2017-04-06 13:52:59 +02:00
parent 20e97759bf
commit e8bec95e69
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8359,14 +8359,14 @@ (define-public r-raremetals2
(define-public r-maldiquant
(package
(name "r-maldiquant")
(version "1.16")
(version "1.16.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "MALDIquant" version))
(sha256
(base32
"067xbmy10mpsvmv77g62chd7wwhdhcfn5hmp5fisbnz2h5rq0q60"))))
"0z5srzsfgsgi4bssr4chls4ry6d18y2g9143znqmraylppwrrqzr"))))
(properties `((upstream-name . "MALDIquant")))
(build-system r-build-system)
(home-page "http://cran.r-project.org/web/packages/MALDIquant")