gnu: r-rsamtools: Update to 2.8.0.
* gnu/packages/bioconductor.scm (r-rsamtools): Update to 2.8.0.
This commit is contained in:
parent
f2f4ca7456
commit
e22d743aa6
1 changed files with 3 additions and 4 deletions
|
@ -3917,13 +3917,13 @@ HDF5 datasets.")
|
||||||
(define-public r-rsamtools
|
(define-public r-rsamtools
|
||||||
(package
|
(package
|
||||||
(name "r-rsamtools")
|
(name "r-rsamtools")
|
||||||
(version "2.6.0")
|
(version "2.8.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "Rsamtools" version))
|
(uri (bioconductor-uri "Rsamtools" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"040pggkwglc6wy90qnc7xcdnaj0v3iqlykvvsl74241409qly554"))))
|
"0arhh5bbx3pmxmkh5sjgczcswqy83d35r7cjhd2knpczdvrixaq5"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "Rsamtools")))
|
`((upstream-name . "Rsamtools")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
@ -3935,8 +3935,7 @@ HDF5 datasets.")
|
||||||
(substitute* "DESCRIPTION"
|
(substitute* "DESCRIPTION"
|
||||||
(("zlibbioc, ") ""))
|
(("zlibbioc, ") ""))
|
||||||
(substitute* "NAMESPACE"
|
(substitute* "NAMESPACE"
|
||||||
(("import\\(zlibbioc\\)") ""))
|
(("import\\(zlibbioc\\)") "")))))))
|
||||||
#t)))))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-biocgenerics" ,r-biocgenerics)
|
`(("r-biocgenerics" ,r-biocgenerics)
|
||||||
("r-biocparallel" ,r-biocparallel)
|
("r-biocparallel" ,r-biocparallel)
|
||||||
|
|
Reference in a new issue