gnu: r-s4vectors: Update to 0.24.3.
* gnu/packages/bioinformatics.scm (r-s4vectors): Update to 0.24.3.
This commit is contained in:
parent
0dfaebfa2e
commit
caf4290bd8
1 changed files with 2 additions and 2 deletions
|
@ -7349,13 +7349,13 @@ (define-public r-bioccheck
|
|||
(define-public r-s4vectors
|
||||
(package
|
||||
(name "r-s4vectors")
|
||||
(version "0.24.2")
|
||||
(version "0.24.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "S4Vectors" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1s1h00k2ki7sd0hz4l8n41xr6ixszag7lm0ryrbb08idgcy16ipn"))))
|
||||
"01f7dms4kw9ajwqlvh5s47riv748xrrs41na03byhjvn4fbdc44y"))))
|
||||
(properties
|
||||
`((upstream-name . "S4Vectors")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue