me
/
guix
Archived
1
0
Fork 0

gnu: r-champdata: Update to 2.34.0.

* gnu/packages/bioconductor.scm (r-champdata): Update to 2.34.0.

Change-Id: I658aab6c78df1fcbd7fb4d34df144635a2a10347
master
Ricardo Wurmus 2024-01-22 13:44:14 +01:00
parent 7b5db44490
commit 225f49fb30
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1804,13 +1804,13 @@ single-cell data or deconvolution of bulk RNA-seq.")
(define-public r-champdata
(package
(name "r-champdata")
(version "2.30.0")
(version "2.34.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "ChAMPdata" version 'experiment))
(sha256
(base32
"0rz762szfl02h4d3dj7ckd41ji9mdsja8nxqw6fl086z337041zw"))))
"175vsg2bh578fdrdchcma5q3jq7cfxa8b7g8954xv6fxrwcj0ffz"))))
(properties `((upstream-name . "ChAMPdata")))
(build-system r-build-system)
(propagated-inputs (list r-biocgenerics r-genomicranges))