gnu: r-maldiquant: Update to 1.19.3.

* gnu/packages/bioinformatics.scm (r-maldiquant): Update to 1.19.3.
master
Ricardo Wurmus 2019-05-19 09:25:58 +02:00
parent 7c97f45700
commit d94c698a13
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -9123,14 +9123,14 @@ trait.")
(define-public r-maldiquant
(package
(name "r-maldiquant")
(version "1.19.2")
(version "1.19.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "MALDIquant" version))
(sha256
(base32
"11zbvm1vw8zn2vmymvydgdczvwj961s2knvrn1q4gbziwi5gqvlc"))))
"0b7kdz3x4sdq413h1q09l1qhcvdnnwv6fqsqwllks1cd3xy34c57"))))
(properties `((upstream-name . "MALDIquant")))
(build-system r-build-system)
(home-page "https://cran.r-project.org/web/packages/MALDIquant")