gnu: r-s4vectors: Update to 0.26.1.
* gnu/packages/bioinformatics.scm (r-s4vectors): Update to 0.26.1.
This commit is contained in:
parent
1a9de6cfe8
commit
f189f536be
1 changed files with 2 additions and 2 deletions
|
@ -7637,13 +7637,13 @@ checks on R packages that are to be submitted to the Bioconductor repository.")
|
||||||
(define-public r-s4vectors
|
(define-public r-s4vectors
|
||||||
(package
|
(package
|
||||||
(name "r-s4vectors")
|
(name "r-s4vectors")
|
||||||
(version "0.24.4")
|
(version "0.26.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "S4Vectors" version))
|
(uri (bioconductor-uri "S4Vectors" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1fzs8j2d3wwfzm2fq63ywf68a4dbggyl5l098f148yn4jw7jd3bc"))))
|
"1ddr3ngyczx332zw9ai1a6h7442lgrbfcj8vrhvbkdkzqwj14xmb"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "S4Vectors")))
|
`((upstream-name . "S4Vectors")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Reference in a new issue