gnu: r-residualmatrix: Update to 1.4.0.
* gnu/packages/bioconductor.scm (r-residualmatrix): Update to 1.4.0.
This commit is contained in:
parent
25dc8fb984
commit
2953aac54a
1 changed files with 2 additions and 2 deletions
|
@ -6351,14 +6351,14 @@ interactive exploration of results.")
|
|||
(define-public r-residualmatrix
|
||||
(package
|
||||
(name "r-residualmatrix")
|
||||
(version "1.2.0")
|
||||
(version "1.4.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "ResidualMatrix" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0p7va19aw0j6anx7ck879kbi5cn7dy712h5ia94adr38ssismv1v"))))
|
||||
"0xsn4fm34a7xpkgmx3a1j2xzdaxf2hyla1062wqn04kw0k9y29vg"))))
|
||||
(properties
|
||||
`((upstream-name . "ResidualMatrix")))
|
||||
(build-system r-build-system)
|
||||
|
|
Reference in a new issue