mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-adductdata: Update to 1.24.0.
* gnu/packages/bioconductor.scm (r-adductdata): Update to 1.24.0. Change-Id: I470854bac0f9a3f5080f591ad79a934e0b571cda
This commit is contained in:
parent
667a7fcd75
commit
3ca5b6b7c4
1 changed files with 2 additions and 2 deletions
|
@ -2005,12 +2005,12 @@ All datasets are restricted to protein coding genes.")
|
|||
(define-public r-adductdata
|
||||
(package
|
||||
(name "r-adductdata")
|
||||
(version "1.23.0")
|
||||
(version "1.24.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "adductData" version 'experiment))
|
||||
(sha256
|
||||
(base32 "0nb9b09r7gamn4llb74jygjcry39m2bpvylkz8bjswkmpnigb132"))))
|
||||
(base32 "1j5ya5zv0x7ghcv4vjsm460fiw3943npgdq1lid67dkvplrsjycz"))))
|
||||
(properties `((upstream-name . "adductData")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-annotationhub r-experimenthub))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue