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

gnu: r-msnbase: Update to 2.4.2.

* gnu/packages/bioinformatics.scm (r-msnbase): Update to 2.4.2.
This commit is contained in:
Ricardo Wurmus 2018-02-13 16:00:32 +01:00
parent b1f2753627
commit 53f0dea9d7
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -9314,14 +9314,14 @@ structure (pcaRes) to provide a common interface to the PCA results.")
(define-public r-msnbase
(package
(name "r-msnbase")
(version "2.4.0")
(version "2.4.2")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "MSnbase" version))
(sha256
(base32
"0dqfimljhrx3gac8d1k72gppx27lz8yckyb12v4604nbviw7xd3r"))))
"1ig64bf881p118dwqfr0ry41m7yhnyv165smv8fdwfv7sb6sagif"))))
(properties `((upstream-name . "MSnbase")))
(build-system r-build-system)
(propagated-inputs