diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-09-28 12:23:29 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-09-28 12:24:15 +0200 |
commit | 80004ec01304b20750d9cd1bc57880ed304e1351 (patch) | |
tree | e84361b84ecb8b16ed1ecec5c614160df374de3c /gnu | |
parent | 272cb5a23ff8cfd359206a3a54419fff228ae361 (diff) | |
download | patches-80004ec01304b20750d9cd1bc57880ed304e1351.tar patches-80004ec01304b20750d9cd1bc57880ed304e1351.tar.gz |
gnu: r-rhtslib: Update to 1.16.2.
* gnu/packages/bioinformatics.scm (r-rhtslib): Update to 1.16.2.
Diffstat (limited to 'gnu')
-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 935d080c0f..ea73186c20 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -8294,14 +8294,14 @@ secondary structure and comparative analysis in R.") (define-public r-rhtslib (package (name "r-rhtslib") - (version "1.16.1") + (version "1.16.2") (source (origin (method url-fetch) (uri (bioconductor-uri "Rhtslib" version)) (sha256 (base32 - "178zbrm221rwhbjk7j2v9g5ra44k0xg7c5abhd810m3g7snma8k8")))) + "07qaqj2hypmrg40m3pci082bzar6wi10dh77r4a8x74dfppcwdzf")))) (properties `((upstream-name . "Rhtslib"))) (build-system r-build-system) ;; Without this a temporary directory ends up in the Rhtslib.so binary, |