summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2020-02-19 23:00:42 +0100
committerRicardo Wurmus <rekado@elephly.net>2020-02-19 23:00:42 +0100
commit3f4f3a78229aea29936a05578604d344dc785f59 (patch)
tree5d266d4781b3685fa14e68a1a6b93883c597dd50
parentf0e330d68bd461e1dd0f661998c10cd6e84b6f79 (diff)
downloadpatches-3f4f3a78229aea29936a05578604d344dc785f59.tar
patches-3f4f3a78229aea29936a05578604d344dc785f59.tar.gz
gnu: r-rhtslib: Update to 1.18.1.
* gnu/packages/bioinformatics.scm (r-rhtslib): Update to 1.18.1.
-rw-r--r--gnu/packages/bioinformatics.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 81e13555d2..f2270a9ed4 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8332,14 +8332,14 @@ secondary structure and comparative analysis in R.")
(define-public r-rhtslib
(package
(name "r-rhtslib")
- (version "1.18.0")
+ (version "1.18.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "Rhtslib" version))
(sha256
(base32
- "04inkq44lxwymqv51mxgaphasqjcdc9rl5p58imnrdm0kszs8prm"))))
+ "0gkbrmrcg55c9s5166ifljlx0v25rv4ijdyp4wf4c292xd6chy2l"))))
(properties `((upstream-name . "Rhtslib")))
(build-system r-build-system)
;; Without this a temporary directory ends up in the Rhtslib.so binary,