me
/
guix
Archived
1
0
Fork 0

gnu: r-maldiquant: Update to 1.16.2.

* gnu/packages/bioinformatics.scm (r-maldiquant): Update to 1.16.2.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -8359,14 +8359,14 @@ trait.")
(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")