1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-24 03:00:35 +02:00

gnu: r-s4vectors: Update to 0.18.2.

* gnu/packages/bioinformatics.scm (r-s4vectors): Update to 0.18.2.
This commit is contained in:
Ricardo Wurmus
2018-06-02 11:48:29 +02:00
parent 607acf3194
commit 33cd15fa84

View File

@@ -7106,13 +7106,13 @@ abnormal copy number.")
(define-public r-s4vectors
(package
(name "r-s4vectors")
(version "0.16.0")
(version "0.18.2")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "S4Vectors" version))
(sha256
(base32
"03s8vz33nl6mivjb7dbvj702dkypi340lji1sjban03fyyls0hw0"))))
"0qvj2j0zl4djjl7vrwc6xak6h8dxr53iwypfbcvfb3sh7jwhdiz5"))))
(properties
`((upstream-name . "S4Vectors")))
(build-system r-build-system)