mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: r-biotip: Update to 1.16.0.
* gnu/packages/bioconductor.scm (r-biotip): Update to 1.16.0. Change-Id: I73503554b0271e5fe950c6da367b4893972f27e9
This commit is contained in:
parent
a7d1b8832a
commit
9f2c8b711b
1 changed files with 2 additions and 2 deletions
|
@ -22822,14 +22822,14 @@ (define-public r-bioqc
|
||||||
(define-public r-biotip
|
(define-public r-biotip
|
||||||
(package
|
(package
|
||||||
(name "r-biotip")
|
(name "r-biotip")
|
||||||
(version "1.14.0")
|
(version "1.16.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
|
||||||
"0lqnxaycrva2092h4swmk6na2pq2kp951dmicyw399djd1i7yj50"))))
|
"1bbjfv3bi20xlk8h7r5ipav6mfs27lmj0zjb5mk1gmp071dmnk0y"))))
|
||||||
(properties `((upstream-name . "BioTIP")))
|
(properties `((upstream-name . "BioTIP")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue