mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: r-parathyroidse: Update to 1.40.0.
* gnu/packages/bioconductor.scm (r-parathyroidse): Update to 1.40.0. Change-Id: I2a012832f1d0ea4468497ed82c528af10d660391
This commit is contained in:
parent
71c4d03835
commit
196e1f9025
1 changed files with 2 additions and 2 deletions
|
@ -2421,14 +2421,14 @@ (define-public r-curatedtcgadata
|
|||
(define-public r-parathyroidse
|
||||
(package
|
||||
(name "r-parathyroidse")
|
||||
(version "1.34.0")
|
||||
(version "1.40.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "parathyroidSE" version
|
||||
'experiment))
|
||||
(sha256
|
||||
(base32
|
||||
"1h33x55c4gbzmh085skqif04wdcvjp2l9fm55qzwws27kwd30c16"))))
|
||||
"0lv7wlbdi05a3l4pv8x4cnc6jzqk1gb82rpmj1cv0nsq7gqhqscv"))))
|
||||
(properties `((upstream-name . "parathyroidSE")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-summarizedexperiment))
|
||||
|
|
Loading…
Reference in a new issue