1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-09 06:30:36 +02:00

gnu: r-s4vectors: Update to 0.12.2.

* gnu/packages/bioinformatics.scm (r-s4vectors): Update to 0.12.2.
This commit is contained in:
Ricardo Wurmus
2017-04-06 13:56:44 +02:00
parent 7d05eb2dcc
commit 2cea968e41

View File

@@ -6256,13 +6256,13 @@ abnormal copy number.")
(define-public r-s4vectors
(package
(name "r-s4vectors")
(version "0.12.1")
(version "0.12.2")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "S4Vectors" version))
(sha256
(base32
"0i36y3w36h3d8rmazxcrip4gvn54rd9av1wz4lygsprrjmylfhcc"))))
"0syx0qgipx97zsp3b8afhzamsr30835a2a99yb9wnq7b50g3v3p1"))))
(properties
`((upstream-name . "S4Vectors")))
(build-system r-build-system)