mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
gnu: r-residualmatrix: Update to 1.8.0.
* gnu/packages/bioconductor.scm (r-residualmatrix): Update to 1.8.0.
This commit is contained in:
parent
29f0a198a5
commit
2896e9005e
1 changed files with 2 additions and 2 deletions
|
@ -9292,14 +9292,14 @@ (define-public r-icobra
|
||||||
(define-public r-residualmatrix
|
(define-public r-residualmatrix
|
||||||
(package
|
(package
|
||||||
(name "r-residualmatrix")
|
(name "r-residualmatrix")
|
||||||
(version "1.6.1")
|
(version "1.8.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "ResidualMatrix" version))
|
(uri (bioconductor-uri "ResidualMatrix" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1530706c7b53h9m8smgnaj63rgdbm3hd09n7jwy6zc0y6qcffckd"))))
|
"0zqifr1zhsfhrkjlp0ajqiqc9f96yz8zr13yhl19lvw30pwg9rj9"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "ResidualMatrix")))
|
`((upstream-name . "ResidualMatrix")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Reference in a new issue