mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-somaticsignatures: Update to 2.34.0.
* gnu/packages/bioconductor.scm (r-somaticsignatures): Update to 2.34.0.
This commit is contained in:
parent
a072ce0ecc
commit
f1a1fed1df
1 changed files with 2 additions and 2 deletions
|
@ -11483,14 +11483,14 @@ genomic categories and to add self-defined graphics in the plot.")
|
||||||
(define-public r-somaticsignatures
|
(define-public r-somaticsignatures
|
||||||
(package
|
(package
|
||||||
(name "r-somaticsignatures")
|
(name "r-somaticsignatures")
|
||||||
(version "2.32.0")
|
(version "2.34.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "SomaticSignatures" version))
|
(uri (bioconductor-uri "SomaticSignatures" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ydnp54laznzpi08s403kxhnr5nqhvm3iilaxlcdlz0ngxhm6vx6"))))
|
"0xyh4pwwbpa1bmamqdhp84qhjdc2qsxc43xgknjrrja24d06ji2j"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "SomaticSignatures")))
|
`((upstream-name . "SomaticSignatures")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue