mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: r-s4arrays: Update to 1.2.0.
* gnu/packages/bioconductor.scm (r-s4arrays): Update to 1.2.0. Change-Id: Ib9b6491f8047d9c8a446f1232e08a1dec7ca740b
This commit is contained in:
parent
dbc5c312ae
commit
43972af221
1 changed files with 2 additions and 2 deletions
|
@ -20260,13 +20260,13 @@ (define-public r-preprocesscore
|
|||
(define-public r-s4arrays
|
||||
(package
|
||||
(name "r-s4arrays")
|
||||
(version "1.0.6")
|
||||
(version "1.2.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "S4Arrays" version))
|
||||
(sha256
|
||||
(base32
|
||||
"011n4lyznlrya5l8d7m30x81k7h81wbp07b12s6a4s5sy9fzd5jb"))))
|
||||
"0x420l98f6b10r3qrdjq5ijs2p0msdcg6d6aghr3yvj1f9g06h8y"))))
|
||||
(properties `((upstream-name . "S4Arrays")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue