mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-11 14:26:13 +01:00
gnu: r-inspect: Update to 1.14.0.
* gnu/packages/bioconductor.scm (r-inspect): Update to 1.14.0.
This commit is contained in:
parent
5dce71535f
commit
3649d046a6
1 changed files with 2 additions and 2 deletions
|
@ -1621,14 +1621,14 @@ genes or proteins in these datasets.")
|
||||||
(define-public r-inspect
|
(define-public r-inspect
|
||||||
(package
|
(package
|
||||||
(name "r-inspect")
|
(name "r-inspect")
|
||||||
(version "1.12.2")
|
(version "1.14.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "INSPEcT" version))
|
(uri (bioconductor-uri "INSPEcT" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ykkr15b4bc2carwppf9yxzpl2n6lqpc6z6i2qy37vc6xffzgdx4"))))
|
"1a7smljndiyahgpj6vl079pvi3n0rfk1vkdkp799y4nm2wnhn93r"))))
|
||||||
(properties `((upstream-name . "INSPEcT")))
|
(properties `((upstream-name . "INSPEcT")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Reference in a new issue