me
/
guix
Archived
1
0
Fork 0

gnu: r-treesummarizedexperiment: Update to 2.10.0.

* gnu/packages/bioconductor.scm (r-treesummarizedexperiment): Update to 2.10.0.

Change-Id: I287f495062c808354edef562d6844d8bb43cfaef
master
Ricardo Wurmus 2023-11-03 17:18:43 +01:00
parent a7cd80eaf1
commit 74253229f1
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -12849,13 +12849,13 @@ platform for merging tree with associated data and converting file formats.")
(define-public r-treesummarizedexperiment
(package
(name "r-treesummarizedexperiment")
(version "2.8.0")
(version "2.10.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "TreeSummarizedExperiment" version))
(sha256
(base32
"1grnz82a7l5dpwssc24yxhllqdcvza2gc4h4cc6zxjcdg5r4l1ra"))))
"1yvqixlivapasx0ircfhmc8ckr7sw86d9vfvnqj97p4r667x6z6g"))))
(properties `((upstream-name . "TreeSummarizedExperiment")))
(build-system r-build-system)
(propagated-inputs