mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: r-ebimage: Update to 4.26.0.
* gnu/packages/bioconductor.scm (r-ebimage): Update to 4.26.0.
This commit is contained in:
parent
b68a9e80f4
commit
2a6d838337
1 changed files with 2 additions and 2 deletions
|
@ -3654,14 +3654,14 @@ (define-public r-aucell
|
|||
(define-public r-ebimage
|
||||
(package
|
||||
(name "r-ebimage")
|
||||
(version "4.24.0")
|
||||
(version "4.26.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "EBImage" version))
|
||||
(sha256
|
||||
(base32
|
||||
"18v2zr7xh0d0xbs7mxa2b6xjqlqiml0hji27gq1351xp5bf2pxvx"))))
|
||||
"0c8rfi40959rbpbizpiizkq21az3lfwf2azlj55yz5m61qp7mgsq"))))
|
||||
(properties `((upstream-name . "EBImage")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue