gnu: r-aneufinder: Update to 1.32.0.
* gnu/packages/bioconductor.scm (r-aneufinder): Update to 1.32.0. Change-Id: I1e3061cf514b735c84abc8b4e850236f493dd75d
This commit is contained in:
parent
416fb74e92
commit
28cbac7461
1 changed files with 2 additions and 2 deletions
|
@ -3984,13 +3984,13 @@ create an alternative mapping from sequences.")
|
|||
(define-public r-aneufinder
|
||||
(package
|
||||
(name "r-aneufinder")
|
||||
(version "1.30.0")
|
||||
(version "1.32.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "AneuFinder" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0x7v60j1c1g12qlqxgshpmbnwzjbmlnkrfh60wl43inr0wyllq1l"))))
|
||||
"0dgmg0slyrh025wgz299dzzmpirlmdhmabxspci1qfarakw5yicf"))))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
(list r-knitr))
|
||||
|
|
Reference in a new issue