mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: r-s4vectors: Update to 0.24.1.
* gnu/packages/bioinformatics.scm (r-s4vectors): Update to 0.24.1.
This commit is contained in:
parent
d2723484f6
commit
d37daf8929
1 changed files with 2 additions and 2 deletions
|
@ -7341,13 +7341,13 @@ (define-public r-bioccheck
|
||||||
(define-public r-s4vectors
|
(define-public r-s4vectors
|
||||||
(package
|
(package
|
||||||
(name "r-s4vectors")
|
(name "r-s4vectors")
|
||||||
(version "0.22.1")
|
(version "0.24.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
|
||||||
"0cpxqb18wd3pjd7bi8lry13sm5ffqahcvvxpk5pwm5xcj30cdlm9"))))
|
"1rr7ml3gn83g8fbvhgvryyzlh4p3qgpwcrsz6ii4y7gh1hqxggpx"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "S4Vectors")))
|
`((upstream-name . "S4Vectors")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Reference in a new issue