diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-06-02 11:58:55 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-06-02 13:39:09 +0200 |
commit | 1a08bb8a177ff1b1cca363e5a8bccacf5111bb01 (patch) | |
tree | 7e4ce240c676d6fa41070d937bdab90ef797266c | |
parent | 2c480bb01231238765657916fddd7bea7bdf7b3d (diff) | |
download | patches-1a08bb8a177ff1b1cca363e5a8bccacf5111bb01.tar patches-1a08bb8a177ff1b1cca363e5a8bccacf5111bb01.tar.gz |
gnu: r-rhtslib: Update to 1.12.1.
* gnu/packages/bioinformatics.scm (r-rhtslib): Update to 1.12.1.
[native-inputs]: Remove autoconf.
-rw-r--r-- | gnu/packages/bioinformatics.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index f4ea3d43a5..7755b28243 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -8450,14 +8450,14 @@ secondary structure and comparative analysis in R.") (define-public r-rhtslib (package (name "r-rhtslib") - (version "1.10.0") + (version "1.12.1") (source (origin (method url-fetch) (uri (bioconductor-uri "Rhtslib" version)) (sha256 (base32 - "1dw3p44bfr0m7w39ckc2k37sjcp1zz0b9g12mr8am15jaj6v0q2j")))) + "16ywnb8cmr2xabd1i21b92rfziw7xfbv25yv16ipw617p41wa39z")))) (properties `((upstream-name . "Rhtslib"))) (build-system r-build-system) (propagated-inputs @@ -8465,7 +8465,7 @@ secondary structure and comparative analysis in R.") (inputs `(("zlib" ,zlib))) (native-inputs - `(("autoconf" ,autoconf))) + `(("pkg-config" ,pkg-config))) (home-page "https://github.com/nhayden/Rhtslib") (synopsis "High-throughput sequencing library as an R package") (description |