mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
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 @@ (define-public r-icobra
|
|||
(define-public r-residualmatrix
|
||||
(package
|
||||
(name "r-residualmatrix")
|
||||
(version "1.12.0")
|
||||
(version "1.14.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "ResidualMatrix" version))
|
||||
(sha256
|
||||
(base32
|
||||
"06py71xbygfwq55kawh2x340idrf5mmxmnsz5m6lph2ka086dc5v"))))
|
||||
"1q27zzl570q22nk4xjpnpa674p76hzzvilynx9i6awnzs10zjggn"))))
|
||||
(properties
|
||||
`((upstream-name . "ResidualMatrix")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue