diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-03-08 00:39:39 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-03-08 09:14:01 +0100 |
commit | 53e7f028edf7e7156a87d588a3263cc14be4480b (patch) | |
tree | 5c9d9559ae8f533802aa3b4be8f490473b047515 | |
parent | d86b9eca565eab14b85fb7b2fbf5ee9b68ad09be (diff) | |
download | patches-53e7f028edf7e7156a87d588a3263cc14be4480b.tar patches-53e7f028edf7e7156a87d588a3263cc14be4480b.tar.gz |
gnu: r-rhtslib: Update to 1.14.1.
* gnu/packages/bioinformatics.scm (r-rhtslib): Update to 1.14.1.
-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 be2faf207b..bfde1f05bf 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -8100,14 +8100,14 @@ secondary structure and comparative analysis in R.") (define-public r-rhtslib (package (name "r-rhtslib") - (version "1.14.0") + (version "1.14.1") (source (origin (method url-fetch) (uri (bioconductor-uri "Rhtslib" version)) (sha256 (base32 - "1h4q54f8za3aaxgy186zf2165sar5c3cgxkk44lq5hzx5pxkl5wn")))) + "13fv78sk5g0gqfl3ks3rps3zc1k66a4lzxvgn36r7ix43yxk7hnr")))) (properties `((upstream-name . "Rhtslib"))) (build-system r-build-system) (propagated-inputs |