gnu: r-somaticsignatures: Update to 2.40.0.

* gnu/packages/bioconductor.scm (r-somaticsignatures): Update to 2.40.0.

Change-Id: I599c3b6a521a93dfa056d3ea42a27906360f4e92
This commit is contained in:
Ricardo Wurmus 2024-05-07 13:06:58 +02:00
parent 3458fcb7e0
commit 78ca6efb7d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -17332,14 +17332,14 @@ genomic categories and to add self-defined graphics in the plot.")
(define-public r-somaticsignatures
(package
(name "r-somaticsignatures")
(version "2.38.0")
(version "2.40.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "SomaticSignatures" version))
(sha256
(base32
"0s9kjjh1n4a55ycjvcw8ymjcclcj8b35aygx4x1k5af1hf3f7wyb"))))
"0yvn2famnyxkxnw4r1vr0vma6ym9kb343vqgaqkvcp3zpm1fi0p8"))))
(properties
`((upstream-name . "SomaticSignatures")))
(build-system r-build-system)