gnu: r-biocworkflowtools: Update to 1.26.0.

* gnu/packages/bioconductor.scm (r-biocworkflowtools): Update to 1.26.0.
This commit is contained in:
Ricardo Wurmus 2023-04-28 19:01:28 +02:00
parent 37de521f22
commit 2f1c5f361f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -17745,14 +17745,14 @@ (define-public r-biocset
(define-public r-biocworkflowtools
(package
(name "r-biocworkflowtools")
(version "1.24.0")
(version "1.26.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "BiocWorkflowTools" version))
(sha256
(base32
"00cy5lqmfap57bm2s00bis9ddci2lv1lrp0mk5ydgx061p4ym29i"))))
"1zvjj0hpqwdv7yifqwyb14166ppxw91d964gz4xclism5z5lvyln"))))
(properties
`((upstream-name . "BiocWorkflowTools")))
(build-system r-build-system)