mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-bcellviper: Update to 1.38.0.
* gnu/packages/bioconductor.scm (r-bcellviper): Update to 1.38.0. Change-Id: Iaac28d6376364c0d0e30c29deb6df22c40b18b29
This commit is contained in:
parent
ee966f03d5
commit
09ee801fe9
1 changed files with 2 additions and 2 deletions
|
@ -1630,14 +1630,14 @@ from Illumina 450k methylation arrays.")
|
||||||
(define-public r-bcellviper
|
(define-public r-bcellviper
|
||||||
(package
|
(package
|
||||||
(name "r-bcellviper")
|
(name "r-bcellviper")
|
||||||
(version "1.34.0")
|
(version "1.38.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "bcellViper" version
|
(uri (bioconductor-uri "bcellViper" version
|
||||||
'experiment))
|
'experiment))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1fpgh70x2r68v0ximgcdphnyzq2hgiwbamyhbac3yka8flhrd1fm"))))
|
"1q9ig5z03flq57nrhwnk6gdz4kamjmpwdfifwvnhac3l3f5z828h"))))
|
||||||
(properties `((upstream-name . "bcellViper")))
|
(properties `((upstream-name . "bcellViper")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs (list r-biobase))
|
(propagated-inputs (list r-biobase))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue