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

gnu: r-s4vectors: Update to 0.10.2.

* gnu/packages/bioinformatics.scm (r-s4vectors): Update to 0.10.2.
This commit is contained in:
Ben Woodcroft 2016-07-28 20:13:42 +10:00
parent e335b82c4e
commit f2e791750b
No known key found for this signature in database
GPG key ID: E44DCCD146E0CCF4

View file

@ -4514,13 +4514,13 @@ abnormal copy number.")
(define-public r-s4vectors
(package
(name "r-s4vectors")
(version "0.10.0")
(version "0.10.2")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "S4Vectors" version))
(sha256
(base32
"1mi6lf6pnb9l657igy0vj4yz03yawbr2jhk22l757fzbjc7n9q3b"))))
"0cvq9yb97cka7lg5nimvzxbz8b2hxkscmjdqb5z23w5c7hrbjffp"))))
(properties
`((upstream-name . "S4Vectors")))
(build-system r-build-system)