me
/
guix
Archived
1
0
Fork 0

gnu: r-residualmatrix: Update to 1.6.1.

* gnu/packages/bioconductor.scm (r-residualmatrix): Update to 1.6.1.
master
Ricardo Wurmus 2022-10-03 18:20:54 +02:00
parent 1cb30ba714
commit 2b4a7fa22e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -8216,14 +8216,14 @@ interactive exploration of results.")
(define-public r-residualmatrix
(package
(name "r-residualmatrix")
(version "1.6.0")
(version "1.6.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "ResidualMatrix" version))
(sha256
(base32
"1pjr3gva0jwj2pgqr4k4nl1ir1153hhrk1d400r30w0di472hns4"))))
"1530706c7b53h9m8smgnaj63rgdbm3hd09n7jwy6zc0y6qcffckd"))))
(properties
`((upstream-name . "ResidualMatrix")))
(build-system r-build-system)