me
/
guix
Archived
1
0
Fork 0

gnu: r-biocworkflowtools: Update to 1.30.0.

* gnu/packages/bioconductor.scm (r-biocworkflowtools): Update to 1.30.0.

Change-Id: Iee8e315cf49003bce01720e96bd589fb0ac92402
master
Ricardo Wurmus 2024-05-07 13:07:14 +02:00
parent 53634d78c7
commit 27e7802bff
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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