3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-batchelor: Update to 1.12.1.

* gnu/packages/bioconductor.scm (r-batchelor): Update to 1.12.1.
This commit is contained in:
Ricardo Wurmus 2022-05-30 15:16:35 +02:00
parent d2a9142852
commit bfcae1efbb
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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