mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-ucsc-utils: Update to 1.4.0.
* gnu/packages/bioconductor.scm (r-ucsc-utils): Update to 1.4.0. Change-Id: Icc5d2702f56ac46a3a4cac8ec8e73614ac9592ef
This commit is contained in:
parent
ac45b2c62a
commit
2382d2c0e2
1 changed files with 2 additions and 2 deletions
|
@ -23065,13 +23065,13 @@ directly interact with SingleCellExperiment and Seurat objects.")
|
||||||
(define-public r-ucsc-utils
|
(define-public r-ucsc-utils
|
||||||
(package
|
(package
|
||||||
(name "r-ucsc-utils")
|
(name "r-ucsc-utils")
|
||||||
(version "1.2.0")
|
(version "1.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "UCSC.utils" version))
|
(uri (bioconductor-uri "UCSC.utils" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "14nyaqwz1mvaab5kj63j8h56f2n14v6dz5l1nl9zpp4icgx9hp64"))))
|
(base32 "09hs7p43b4p7yif427v4jp10c43im6sqfm4hhfbi38llib7q09nv"))))
|
||||||
(properties `((upstream-name . "UCSC.utils")))
|
(properties `((upstream-name . "UCSC.utils")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
;; Tests require Internet access.
|
;; Tests require Internet access.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue