mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-residualmatrix: Update to 1.14.1.
* gnu/packages/bioconductor.scm (r-residualmatrix): Update to 1.14.1. Change-Id: Ibeed009e6ae9892dabb90e714c014f5df0748a3d
This commit is contained in:
parent
012883f329
commit
bbdaf10a18
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.14.0")
|
(version "1.14.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "ResidualMatrix" version))
|
(uri (bioconductor-uri "ResidualMatrix" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1q27zzl570q22nk4xjpnpa674p76hzzvilynx9i6awnzs10zjggn"))))
|
"1zq75i20kv0lgnh19zbhw5khxrag627ynqjvh3rj5kxbhj1l2z7c"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "ResidualMatrix")))
|
`((upstream-name . "ResidualMatrix")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue