3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-maldiquant: Update to 1.19.2.

* gnu/packages/bioinformatics.scm (r-maldiquant): Update to 1.19.2.
This commit is contained in:
Ricardo Wurmus 2019-03-20 23:30:40 +01:00
parent 42f344faf7
commit db39269c89
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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