gnu: r-batchelor: Update to 1.8.1.
* gnu/packages/bioconductor.scm (r-batchelor): Update to 1.8.1.
This commit is contained in:
parent
82d6774757
commit
1c23b99a3c
1 changed files with 2 additions and 2 deletions
|
@ -6245,14 +6245,14 @@ multiplication and calculation of row/column sums or means.")
|
||||||
(define-public r-batchelor
|
(define-public r-batchelor
|
||||||
(package
|
(package
|
||||||
(name "r-batchelor")
|
(name "r-batchelor")
|
||||||
(version "1.8.0")
|
(version "1.8.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "batchelor" version))
|
(uri (bioconductor-uri "batchelor" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1xm204wp3m3mmlc1s59lscbbjvwm5nj32vvf16njcg7pb32lsiqa"))))
|
"1bkk69b5llkmvmpsnhymwjm2szmzypgszfsw8mak1b5ms5zf8lr0"))))
|
||||||
(properties `((upstream-name . "batchelor")))
|
(properties `((upstream-name . "batchelor")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue