gnu: r-s4vectors: Update to 0.26.1.

* gnu/packages/bioinformatics.scm (r-s4vectors): Update to 0.26.1.
This commit is contained in:
Ricardo Wurmus 2020-06-12 16:03:23 +02:00
parent 1a9de6cfe8
commit f189f536be
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -7637,13 +7637,13 @@ checks on R packages that are to be submitted to the Bioconductor repository.")
(define-public r-s4vectors
(package
(name "r-s4vectors")
(version "0.24.4")
(version "0.26.1")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "S4Vectors" version))
(sha256
(base32
"1fzs8j2d3wwfzm2fq63ywf68a4dbggyl5l098f148yn4jw7jd3bc"))))
"1ddr3ngyczx332zw9ai1a6h7442lgrbfcj8vrhvbkdkzqwj14xmb"))))
(properties
`((upstream-name . "S4Vectors")))
(build-system r-build-system)