me
/
guix
Archived
1
0
Fork 0

gnu: r-celldex: Update to 1.6.0.

* gnu/packages/bioconductor.scm (r-celldex): Update to 1.6.0.
master
Ricardo Wurmus 2022-05-28 15:16:56 +02:00
parent 3ce819d563
commit 1413f9f214
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1245,13 +1245,13 @@ biscuiteer.")
(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