diff options
author | zimoun <zimon.toutoune@gmail.com> | 2020-10-30 15:59:40 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-12-09 12:12:41 +0100 |
commit | 728369634f8ad4f658a17a169a3b9e236c15ff07 (patch) | |
tree | ee7d9c367d46a7cebed8c9fd722e7d96671bf4d5 | |
parent | b0d85e36f1258e2a5bed5cf00f09065e193a9cd1 (diff) |
gnu: r-rhtslib: Update to 1.22.0.
* gnu/packages/bioinformatics.scm (r-rhtslib): Update to 1.22.0.
-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 c1f2e8d010..211930fef1 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -8779,14 +8779,14 @@ secondary structure and comparative analysis in R.") (define-public r-rhtslib (package (name "r-rhtslib") - (version "1.20.0") + (version "1.22.0") (source (origin (method url-fetch) (uri (bioconductor-uri "Rhtslib" version)) (sha256 (base32 - "186r7icrkzrni1c4n33ip7dlsfgys7hnqf0simvxrpl3yhh3ygdi")))) + "18wag2jnpda6078xjkpfdvar1gkb2myhw83gg03l39sabh35qya4")))) (properties `((upstream-name . "Rhtslib"))) (build-system r-build-system) ;; Without this a temporary directory ends up in the Rhtslib.so binary, |