diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-04-28 19:01:11 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-04-29 20:28:02 +0200 |
commit | 8f88c0243c78720a6fed6c4e0c417af8268d0bf6 (patch) | |
tree | 5d80baf13f826706b5609a2f8048f77485e9070b | |
parent | 0bffa9d7e75b38fc949c3a91372a70266554043c (diff) |
gnu: r-progeny: Update to 1.22.0.
* gnu/packages/bioconductor.scm (r-progeny): Update to 1.22.0.
-rw-r--r-- | gnu/packages/bioconductor.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index ec6bf56d5f..9786835e2a 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -14448,14 +14448,14 @@ rapid adapter trimming, identification, and read merging.") (define-public r-progeny (package (name "r-progeny") - (version "1.20.0") + (version "1.22.0") (source (origin (method url-fetch) (uri (bioconductor-uri "progeny" version)) (sha256 (base32 - "0f5sfi9r9dr6w3xmspsbzby8dpza8x7djif7p2h6l99kwkf68jsb")))) + "047x6by3xa15gvi3kny5pkqxaq8d2kzcfi55ic5j7a351715l6l7")))) (build-system r-build-system) (propagated-inputs (list r-biobase |