mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-residualmatrix: Update to 1.18.0.
* gnu/packages/bioconductor.scm (r-residualmatrix): Update to 1.18.0. Change-Id: I82f6fafef18a50aa1a20f1369976d40f1bafee5c
This commit is contained in:
parent
43748f0a96
commit
0f5d2b6db9
1 changed files with 2 additions and 2 deletions
|
@ -17440,14 +17440,14 @@ interactive exploration of results.")
|
|||
(define-public r-residualmatrix
|
||||
(package
|
||||
(name "r-residualmatrix")
|
||||
(version "1.16.0")
|
||||
(version "1.18.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "ResidualMatrix" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0kxazkh6hz1x5jj1j2n3rww3jknb4nmgj8pjmj3jpqq0sb1gf292"))))
|
||||
"0abf6i2z79d6jaa2ysibx9fx45f6chzra9q10s1rl02af6l6x3av"))))
|
||||
(properties
|
||||
`((upstream-name . "ResidualMatrix")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue