me
/
guix
Archived
1
0
Fork 0

gnu: r-batchelor: Update to 1.10.0.

* gnu/packages/bioconductor.scm (r-batchelor): Update to 1.10.0.
master
Ricardo Wurmus 2021-11-04 22:04:18 +00:00
parent 2953aac54a
commit 78018d3c5c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6382,14 +6382,14 @@ multiplication and calculation of row/column sums or means.")
(define-public r-batchelor
(package
(name "r-batchelor")
(version "1.8.1")
(version "1.10.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "batchelor" version))
(sha256
(base32
"1bkk69b5llkmvmpsnhymwjm2szmzypgszfsw8mak1b5ms5zf8lr0"))))
"0axkic11bwjbw8apwxx6p51s7jvlwhq7xi1bdknn54k86axq84dr"))))
(properties `((upstream-name . "batchelor")))
(build-system r-build-system)
(propagated-inputs