mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-webbioc: Update to 1.66.0.
* gnu/packages/bioconductor.scm (r-webbioc): Update to 1.66.0.
This commit is contained in:
parent
b058ff1f75
commit
d43703c41a
1 changed files with 2 additions and 2 deletions
|
@ -8912,14 +8912,14 @@ widgets in R.")
|
||||||
(define-public r-webbioc
|
(define-public r-webbioc
|
||||||
(package
|
(package
|
||||||
(name "r-webbioc")
|
(name "r-webbioc")
|
||||||
(version "1.64.0")
|
(version "1.66.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "webbioc" version))
|
(uri (bioconductor-uri "webbioc" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1mpdw477j78s2nvlf2lzm6mdjcpamyyazjn060h9q3apawn6zajx"))))
|
"1r3rjvfhqbbzdhlslnc86kr2iip3xgvr81zpvcr8xv9mysgrln17"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("netpbm" ,netpbm)
|
`(("netpbm" ,netpbm)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue