me
/
guix
Archived
1
0
Fork 0

gnu: r-batchelor: Update to 1.14.0.

* gnu/packages/bioconductor.scm (r-batchelor): Update to 1.14.0.
master
zimoun 2022-11-17 03:50:18 +01:00 committed by Ricardo Wurmus
parent 2896e9005e
commit 9f49e6eee8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -9321,14 +9321,14 @@ multiplication and calculation of row/column sums or means.")
(define-public r-batchelor
(package
(name "r-batchelor")
(version "1.12.3")
(version "1.14.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "batchelor" version))
(sha256
(base32
"00ix3hvhgalxg63qnynv2waa273jk336lg47k72qwxfzimsxfjxc"))))
"1cdpq8zfn718qmsqjp79siddh3kzag4a90p276v261xbjvrxavjv"))))
(properties `((upstream-name . "batchelor")))
(build-system r-build-system)
(propagated-inputs