me
/
guix
Archived
1
0
Fork 0

gnu: r-somaticsignatures: Update to 2.34.0.

* gnu/packages/bioconductor.scm (r-somaticsignatures): Update to 2.34.0.
master
zimoun 2022-11-17 03:50:22 +01:00 committed by Ricardo Wurmus
parent a072ce0ecc
commit f1a1fed1df
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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