mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: r-celldex: Update to 1.12.0.
* gnu/packages/bioconductor.scm (r-celldex): Update to 1.12.0. Change-Id: I565b21aafa46cb710a8acc3ab16b7905614e6838
This commit is contained in:
parent
1aac5e7bc8
commit
7b5db44490
1 changed files with 2 additions and 2 deletions
|
@ -1775,13 +1775,13 @@ (define-public r-breastcancervdx
|
|||
(define-public r-celldex
|
||||
(package
|
||||
(name "r-celldex")
|
||||
(version "1.6.0")
|
||||
(version "1.12.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "celldex" version 'experiment))
|
||||
(sha256
|
||||
(base32 "1fjldmhb9yg6yr3aq5ldvc8xwqw71ix4cdlr53xxckgwljjq7x10"))))
|
||||
(base32 "1ckjdmiw9g1wdswijy3dvamv3kqi11j8b8p9dgr1yv5q2lfjbnwl"))))
|
||||
(properties `((upstream-name . "celldex")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue