gnu: r-maldiquant: Update to 1.16.4.
* gnu/packages/bioinformatics.scm (r-maldiquant): Update to 1.16.4.
This commit is contained in:
parent
6bd27981f6
commit
7b92acdf52
|
@ -8841,14 +8841,14 @@ trait.")
|
||||||
(define-public r-maldiquant
|
(define-public r-maldiquant
|
||||||
(package
|
(package
|
||||||
(name "r-maldiquant")
|
(name "r-maldiquant")
|
||||||
(version "1.16.2")
|
(version "1.16.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "MALDIquant" version))
|
(uri (cran-uri "MALDIquant" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0z5srzsfgsgi4bssr4chls4ry6d18y2g9143znqmraylppwrrqzr"))))
|
"1pmhsfvd45a44xdiml4zx3zd5fhygqyziqvygahkk9yibnyhv4cv"))))
|
||||||
(properties `((upstream-name . "MALDIquant")))
|
(properties `((upstream-name . "MALDIquant")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "http://cran.r-project.org/web/packages/MALDIquant")
|
(home-page "http://cran.r-project.org/web/packages/MALDIquant")
|
||||||
|
|
Loading…
Reference in New Issue