diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-06-13 14:21:46 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-06-13 14:21:46 +0200 |
commit | fce6aeba7ee2d8ae2ea806502401e8df99985f79 (patch) | |
tree | e7bac7bc00083ebd4465b7518251549794848c40 /gnu/packages | |
parent | 37378829bcaee94a38d723b6a281f2067ee6e2d1 (diff) | |
download | guix-fce6aeba7ee2d8ae2ea806502401e8df99985f79.tar.gz |
gnu: r-nbpseq: Update to 0.3.1.
* gnu/packages/bioconductor.scm (r-nbpseq): Update to 0.3.1.
Diffstat (limited to 'gnu/packages')
-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 91fb838dab..1e87b190c2 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -7412,14 +7412,14 @@ and summarizing a set of statistics using a weighted distance approach.") (define-public r-nbpseq (package (name "r-nbpseq") - (version "0.3.0") + (version "0.3.1") (source (origin (method url-fetch) (uri (cran-uri "NBPSeq" version)) (sha256 (base32 - "0l4ylxhs2k9ww21jjqs67fygk92avdchhx2y1ixzl7yr2yh1y9by")))) + "07mnnk4n0cyksp1mw36y6369is62kxsfg3wb8d3dwswycdmj8m14")))) (properties `((upstream-name . "NBPSeq"))) (build-system r-build-system) (propagated-inputs |