mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-biotip: Update to 1.12.0.
* gnu/packages/bioconductor.scm (r-biotip): Update to 1.12.0.
This commit is contained in:
parent
f230df5f4f
commit
3ed0a63106
1 changed files with 2 additions and 2 deletions
|
@ -17835,14 +17835,14 @@ optimised for high performance.")
|
||||||
(define-public r-biotip
|
(define-public r-biotip
|
||||||
(package
|
(package
|
||||||
(name "r-biotip")
|
(name "r-biotip")
|
||||||
(version "1.10.0")
|
(version "1.12.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "BioTIP" version))
|
(uri (bioconductor-uri "BioTIP" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1sihi5zy7mlabh3ix1wvdqz8ibfq1avl8bnxjhvxyzq40zbcklh6"))))
|
"1n90n4vz0cwz8irwpmrkm9qcyvk5rssl2v6wrzny4zwhzjkmvlni"))))
|
||||||
(properties `((upstream-name . "BioTIP")))
|
(properties `((upstream-name . "BioTIP")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue