mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01: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 @@ (define-public r-icobra
|
|||
(define-public r-residualmatrix
|
||||
(package
|
||||
(name "r-residualmatrix")
|
||||
(version "1.14.0")
|
||||
(version "1.14.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "ResidualMatrix" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1q27zzl570q22nk4xjpnpa674p76hzzvilynx9i6awnzs10zjggn"))))
|
||||
"1zq75i20kv0lgnh19zbhw5khxrag627ynqjvh3rj5kxbhj1l2z7c"))))
|
||||
(properties
|
||||
`((upstream-name . "ResidualMatrix")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue