gnu: r-residualmatrix: Update to 1.14.0.
* gnu/packages/bioconductor.scm (r-residualmatrix): Update to 1.14.0. Change-Id: I868b4a1c8543baf517eb7bdef1be52d854213749
This commit is contained in:
parent
427f9232e1
commit
851bebc7bd
1 changed files with 2 additions and 2 deletions
|
@ -14775,14 +14775,14 @@ interactive exploration of results.")
|
||||||
(define-public r-residualmatrix
|
(define-public r-residualmatrix
|
||||||
(package
|
(package
|
||||||
(name "r-residualmatrix")
|
(name "r-residualmatrix")
|
||||||
(version "1.12.0")
|
(version "1.14.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
|
||||||
"06py71xbygfwq55kawh2x340idrf5mmxmnsz5m6lph2ka086dc5v"))))
|
"1q27zzl570q22nk4xjpnpa674p76hzzvilynx9i6awnzs10zjggn"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "ResidualMatrix")))
|
`((upstream-name . "ResidualMatrix")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Reference in a new issue