mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: r-celldex: Update to 1.6.0.
* gnu/packages/bioconductor.scm (r-celldex): Update to 1.6.0.
This commit is contained in:
parent
3ce819d563
commit
1413f9f214
1 changed files with 2 additions and 2 deletions
|
@ -1245,13 +1245,13 @@ (define-public r-biscuiteerdata
|
|||
(define-public r-celldex
|
||||
(package
|
||||
(name "r-celldex")
|
||||
(version "1.4.0")
|
||||
(version "1.6.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "celldex" version 'experiment))
|
||||
(sha256
|
||||
(base32 "04w60fx3s3wlirmr65nsz6d7ig48j9fzimdr8kbdqv1g80ivdcq1"))))
|
||||
(base32 "1fjldmhb9yg6yr3aq5ldvc8xwqw71ix4cdlr53xxckgwljjq7x10"))))
|
||||
(properties `((upstream-name . "celldex")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue