me
/
guix
Archived
1
0
Fork 0

gnu: r-webbioc: Update to 1.66.0.

* gnu/packages/bioconductor.scm (r-webbioc): Update to 1.66.0.
master
Ricardo Wurmus 2021-11-04 22:04:28 +00:00
parent b058ff1f75
commit d43703c41a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -8912,14 +8912,14 @@ widgets in R.")
(define-public r-webbioc
(package
(name "r-webbioc")
(version "1.64.0")
(version "1.66.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "webbioc" version))
(sha256
(base32
"1mpdw477j78s2nvlf2lzm6mdjcpamyyazjn060h9q3apawn6zajx"))))
"1r3rjvfhqbbzdhlslnc86kr2iip3xgvr81zpvcr8xv9mysgrln17"))))
(build-system r-build-system)
(inputs
`(("netpbm" ,netpbm)