gnu: r-s4vectors: Update to 0.22.1.
* gnu/packages/bioinformatics.scm (r-s4vectors): Update to 0.22.1.
This commit is contained in:
parent
11f973e093
commit
7f518ef70b
|
@ -7351,13 +7351,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.22.0")
|
(version "0.22.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
|
||||||
"1wkqmpy0d0fab9bjfc7i5wh2zng75pg9rn9c1z1lkki7fpwaw2jb"))))
|
"0cpxqb18wd3pjd7bi8lry13sm5ffqahcvvxpk5pwm5xcj30cdlm9"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "S4Vectors")))
|
`((upstream-name . "S4Vectors")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Reference in New Issue