mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-biotip: Update to 1.8.0.
* gnu/packages/bioconductor.scm (r-biotip): Update to 1.8.0.
This commit is contained in:
parent
b2b920b38e
commit
494379d015
1 changed files with 2 additions and 2 deletions
|
@ -14577,14 +14577,14 @@ optimised for high performance.")
|
||||||
(define-public r-biotip
|
(define-public r-biotip
|
||||||
(package
|
(package
|
||||||
(name "r-biotip")
|
(name "r-biotip")
|
||||||
(version "1.6.0")
|
(version "1.8.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
|
||||||
"1i6r8px0fmdjx8frpljppwql74mhx08ibvhs9y3qk91ck5h3f0js"))))
|
"0xmy5c4i9gf6d04gara6lbnnldqmzjaascb2pd2ih60jw2mvl4ys"))))
|
||||||
(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