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
|
@ -3654,14 +3654,14 @@ needed.")
|
||||||
(define-public r-ebimage
|
(define-public r-ebimage
|
||||||
(package
|
(package
|
||||||
(name "r-ebimage")
|
(name "r-ebimage")
|
||||||
(version "4.24.0")
|
(version "4.26.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
|
||||||
"18v2zr7xh0d0xbs7mxa2b6xjqlqiml0hji27gq1351xp5bf2pxvx"))))
|
"0c8rfi40959rbpbizpiizkq21az3lfwf2azlj55yz5m61qp7mgsq"))))
|
||||||
(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 New Issue