gnu: r-residualmatrix: Update to 1.10.0.
* gnu/packages/bioconductor.scm (r-residualmatrix): Update to 1.10.0.
This commit is contained in:
parent
c8315e500c
commit
1f44f80239
1 changed files with 2 additions and 2 deletions
|
@ -11542,14 +11542,14 @@ interactive exploration of results.")
|
||||||
(define-public r-residualmatrix
|
(define-public r-residualmatrix
|
||||||
(package
|
(package
|
||||||
(name "r-residualmatrix")
|
(name "r-residualmatrix")
|
||||||
(version "1.8.0")
|
(version "1.10.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "ResidualMatrix" version))
|
(uri (bioconductor-uri "ResidualMatrix" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0zqifr1zhsfhrkjlp0ajqiqc9f96yz8zr13yhl19lvw30pwg9rj9"))))
|
"1yay0i0nh2ax35ayqlpnmq0839syl5991hacyrbv3li3gqjc9qqv"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "ResidualMatrix")))
|
`((upstream-name . "ResidualMatrix")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Reference in a new issue