mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ across the entire multi-'omics experiment.")
|
||||||
(define-public r-parathyroidse
|
(define-public r-parathyroidse
|
||||||
(package
|
(package
|
||||||
(name "r-parathyroidse")
|
(name "r-parathyroidse")
|
||||||
(version "1.34.0")
|
(version "1.40.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "parathyroidSE" version
|
(uri (bioconductor-uri "parathyroidSE" version
|
||||||
'experiment))
|
'experiment))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1h33x55c4gbzmh085skqif04wdcvjp2l9fm55qzwws27kwd30c16"))))
|
"0lv7wlbdi05a3l4pv8x4cnc6jzqk1gb82rpmj1cv0nsq7gqhqscv"))))
|
||||||
(properties `((upstream-name . "parathyroidSE")))
|
(properties `((upstream-name . "parathyroidSE")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs (list r-summarizedexperiment))
|
(propagated-inputs (list r-summarizedexperiment))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue