mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: r-ebimage: Update to 4.42.0.
* gnu/packages/bioconductor.scm (r-ebimage): Update to 4.42.0.
This commit is contained in:
parent
ba31e05d75
commit
6f5209f1a9
1 changed files with 2 additions and 2 deletions
|
@ -13739,14 +13739,14 @@ (define-public r-aucell
|
||||||
(define-public r-ebimage
|
(define-public r-ebimage
|
||||||
(package
|
(package
|
||||||
(name "r-ebimage")
|
(name "r-ebimage")
|
||||||
(version "4.40.1")
|
(version "4.42.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "EBImage" version))
|
(uri (bioconductor-uri "EBImage" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"08hsfxfqfznfqnpl2vygry7xn6npjpibswy4qi6zmvifdarx6i1j"))))
|
"0z0ajmy1zx7mqcjm2ibyk2qg3cj00kl76padyksbdbmwdncxs8yb"))))
|
||||||
(properties `((upstream-name . "EBImage")))
|
(properties `((upstream-name . "EBImage")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue