mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: r-somaticsignatures: Update to 2.28.0.
* gnu/packages/bioconductor.scm (r-somaticsignatures): Update to 2.28.0.
This commit is contained in:
parent
79469116bd
commit
774e916736
1 changed files with 2 additions and 2 deletions
|
@ -8161,14 +8161,14 @@ (define-public r-gtrellis
|
|||
(define-public r-somaticsignatures
|
||||
(package
|
||||
(name "r-somaticsignatures")
|
||||
(version "2.26.0")
|
||||
(version "2.28.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "SomaticSignatures" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1pwf9ws0klcij27w22p0nh924yp5h2jsidp54ppp7mnx08iv0801"))))
|
||||
"0jr11c9hz7m49xc8pi6xrr5fhbv68vafvqpzhr0pmm51vvr1vfs9"))))
|
||||
(properties
|
||||
`((upstream-name . "SomaticSignatures")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue