me
/
guix
Archived
1
0
Fork 0

gnu: r-somaticsignatures: Update to 2.32.0.

* gnu/packages/bioconductor.scm (r-somaticsignatures): Update to 2.32.0.
master
Ricardo Wurmus 2022-05-28 12:45:02 +02:00
parent 342986b172
commit 648b99f7f6
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -9586,14 +9586,14 @@ genomic categories and to add self-defined graphics in the plot.")
(define-public r-somaticsignatures
(package
(name "r-somaticsignatures")
(version "2.30.0")
(version "2.32.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "SomaticSignatures" version))
(sha256
(base32
"1dxzfkvljnydv7kfybfa52dwcbkkci2r8gjspjf90k2bxf10phql"))))
"1ydnp54laznzpi08s403kxhnr5nqhvm3iilaxlcdlz0ngxhm6vx6"))))
(properties
`((upstream-name . "SomaticSignatures")))
(build-system r-build-system)