me
/
guix
Archived
1
0
Fork 0

gnu: r-residualmatrix: Update to 1.6.0.

* gnu/packages/bioconductor.scm (r-residualmatrix): Update to 1.6.0.
master
Ricardo Wurmus 2022-05-28 12:44:55 +02:00
parent 76ec28f63b
commit 70f5a74778
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7490,14 +7490,14 @@ interactive exploration of results.")
(define-public r-residualmatrix (define-public r-residualmatrix
(package (package
(name "r-residualmatrix") (name "r-residualmatrix")
(version "1.4.0") (version "1.6.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
"0xsn4fm34a7xpkgmx3a1j2xzdaxf2hyla1062wqn04kw0k9y29vg")))) "1pjr3gva0jwj2pgqr4k4nl1ir1153hhrk1d400r30w0di472hns4"))))
(properties (properties
`((upstream-name . "ResidualMatrix"))) `((upstream-name . "ResidualMatrix")))
(build-system r-build-system) (build-system r-build-system)