gnu: r-biocworkflowtools: Update to 1.24.0.

* gnu/packages/bioconductor.scm (r-biocworkflowtools): Update to 1.24.0.
This commit is contained in:
zimoun 2022-11-17 03:50:29 +01:00 committed by Ricardo Wurmus
parent ec4583b1d2
commit 3e451b9415
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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