3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-rhtslib: Update to 1.20.0.

* gnu/packages/bioinformatics.scm (r-rhtslib): Update to 1.20.0.
[native-inputs]: Add r-knitr.
This commit is contained in:
Ricardo Wurmus 2020-06-12 16:18:02 +02:00
parent 52ce0d299d
commit 8f08457f05
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8630,14 +8630,14 @@ secondary structure and comparative analysis in R.")
(define-public r-rhtslib (define-public r-rhtslib
(package (package
(name "r-rhtslib") (name "r-rhtslib")
(version "1.18.1") (version "1.20.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "Rhtslib" version)) (uri (bioconductor-uri "Rhtslib" version))
(sha256 (sha256
(base32 (base32
"0gkbrmrcg55c9s5166ifljlx0v25rv4ijdyp4wf4c292xd6chy2l")))) "186r7icrkzrni1c4n33ip7dlsfgys7hnqf0simvxrpl3yhh3ygdi"))))
(properties `((upstream-name . "Rhtslib"))) (properties `((upstream-name . "Rhtslib")))
(build-system r-build-system) (build-system r-build-system)
;; Without this a temporary directory ends up in the Rhtslib.so binary, ;; Without this a temporary directory ends up in the Rhtslib.so binary,
@ -8649,7 +8649,8 @@ secondary structure and comparative analysis in R.")
(inputs (inputs
`(("zlib" ,zlib))) `(("zlib" ,zlib)))
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)
("r-knitr" ,r-knitr)))
(home-page "https://github.com/nhayden/Rhtslib") (home-page "https://github.com/nhayden/Rhtslib")
(synopsis "High-throughput sequencing library as an R package") (synopsis "High-throughput sequencing library as an R package")
(description (description