mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 10:39:39 -05:00
gnu: r-aneufinder: Update to 1.22.0.
* gnu/packages/bioconductor.scm (r-aneufinder): Update to 1.22.0.
This commit is contained in:
parent
d1c79f5a2c
commit
fc0fa7a431
1 changed files with 2 additions and 2 deletions
|
@ -1055,13 +1055,13 @@ (define-public r-aneufinderdata
|
|||
(define-public r-aneufinder
|
||||
(package
|
||||
(name "r-aneufinder")
|
||||
(version "1.20.0")
|
||||
(version "1.22.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "AneuFinder" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0m6wphlriq7y21ih1p2kzml5jzcic79jc52kkk59dkjj8j88yllk"))))
|
||||
"0xn8952fkchhx7m8dam6gjy86j551xp1cs67510s1qrmfgzpkjp0"))))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
|
|
Loading…
Reference in a new issue