me
/
guix
Archived
1
0
Fork 0

gnu: r-biocworkflowtools: Update to 1.24.0.

* gnu/packages/bioconductor.scm (r-biocworkflowtools): Update to 1.24.0.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -15261,14 +15261,14 @@ accessing web references for elements/sets are also available in 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)