mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: r-residualmatrix: Update to 1.12.0.
* gnu/packages/bioconductor.scm (r-residualmatrix): Update to 1.12.0. Change-Id: I011255d102774dfc396e41102f6f3fe4c90b9b2b
This commit is contained in:
parent
1d4787f8fa
commit
7af7d3d4e2
1 changed files with 2 additions and 2 deletions
|
@ -13377,14 +13377,14 @@ (define-public r-icobra
|
|||
(define-public r-residualmatrix
|
||||
(package
|
||||
(name "r-residualmatrix")
|
||||
(version "1.10.0")
|
||||
(version "1.12.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "ResidualMatrix" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1yay0i0nh2ax35ayqlpnmq0839syl5991hacyrbv3li3gqjc9qqv"))))
|
||||
"06py71xbygfwq55kawh2x340idrf5mmxmnsz5m6lph2ka086dc5v"))))
|
||||
(properties
|
||||
`((upstream-name . "ResidualMatrix")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue