me
/
guix
Archived
1
0
Fork 0

gnu: r-biocworkflowtools: Update to 1.22.0.

* gnu/packages/bioconductor.scm (r-biocworkflowtools): Update to 1.22.0.
master
Ricardo Wurmus 2022-05-28 12:45:19 +02:00
parent 22300462dd
commit a56e8ec8fb
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -13291,14 +13291,14 @@ accessing web references for elements/sets are also available in BiocSet.")
(define-public r-biocworkflowtools
(package
(name "r-biocworkflowtools")
(version "1.20.0")
(version "1.22.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "BiocWorkflowTools" version))
(sha256
(base32
"1j9s8w5y8savcmh70npkanxacq1kipxnwk1wsiw5hwnp1p13ldaa"))))
"1jj4icpkhrv9f6yx3vghkpdil1pfghf3yvc9756wmndvhs100r5l"))))
(properties
`((upstream-name . "BiocWorkflowTools")))
(build-system r-build-system)