mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-biocthis: Update to 1.12.0.
* gnu/packages/bioconductor.scm (r-biocthis): Update to 1.12.0. Change-Id: I8400ebfd178f916488e022152e75db59f05994e6
This commit is contained in:
parent
327c9bd7c8
commit
9480ea5046
1 changed files with 2 additions and 2 deletions
|
@ -22441,14 +22441,14 @@ Python environments in a single R session.")
|
||||||
(define-public r-biocthis
|
(define-public r-biocthis
|
||||||
(package
|
(package
|
||||||
(name "r-biocthis")
|
(name "r-biocthis")
|
||||||
(version "1.10.3")
|
(version "1.12.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "biocthis" version))
|
(uri (bioconductor-uri "biocthis" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1v0qrypdzl1bg85k8i7qamb6709cgk4ypmisjh6bn5r36nqd5qx4"))))
|
"0lxcsw70ib8wvkp3ii1l8vd4g2ddhj6g0x22dwcmwacr2myk3bg8"))))
|
||||||
(properties `((upstream-name . "biocthis")))
|
(properties `((upstream-name . "biocthis")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue