diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-03-01 23:37:52 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-03-01 23:37:52 +0100 |
commit | 6c1f5a1b7ee3f377668a42041401881017df3dbb (patch) | |
tree | 462487022ab2df527e3ba468fb3d6f1cf7a36dc5 | |
parent | 9bbf3f9de2468524bd8ecce194ba0ef569d7415a (diff) | |
download | patches-6c1f5a1b7ee3f377668a42041401881017df3dbb.tar patches-6c1f5a1b7ee3f377668a42041401881017df3dbb.tar.gz |
gnu: r-rsamtools: Update to 2.2.3.
* gnu/packages/bioinformatics.scm (r-rsamtools): Update to 2.2.3.
-rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 1a1eecba69..4be682dd5b 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -7768,13 +7768,13 @@ biological sequences or sets of sequences.") (define-public r-rsamtools (package (name "r-rsamtools") - (version "2.2.2") + (version "2.2.3") (source (origin (method url-fetch) (uri (bioconductor-uri "Rsamtools" version)) (sha256 (base32 - "1larx1a9cngmcsm2n7yyxrlnk69zi8m9dp3b90jva0ynspyi76v7")))) + "1vj43acawqqkf9yval9fzxarpsf04fmn78m2hq4f083w1k0myhyr")))) (properties `((upstream-name . "Rsamtools"))) (build-system r-build-system) |