mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: r-s4vectors: Update to 0.38.2.
* gnu/packages/bioconductor.scm (r-s4vectors): Update to 0.38.2.
This commit is contained in:
parent
6492c6496b
commit
9220702479
1 changed files with 2 additions and 2 deletions
|
@ -19901,13 +19901,13 @@ (define-public r-s4arrays
|
|||
(define-public r-s4vectors
|
||||
(package
|
||||
(name "r-s4vectors")
|
||||
(version "0.38.1")
|
||||
(version "0.38.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "S4Vectors" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0qpjx64ilc1niglhf6pn47damgaf5vdzwkvnlhcixqzpl28ndbs9"))))
|
||||
"0n1w451647pxii6qrrxbvdi9z6rqdwibczkbs7k7a9j33bv3nqv8"))))
|
||||
(properties
|
||||
`((upstream-name . "S4Vectors")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue