mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: r-aneufinder: Update to 1.26.0.
* gnu/packages/bioconductor.scm (r-aneufinder): Update to 1.26.0.
This commit is contained in:
parent
eddbd27be5
commit
cbeefda563
1 changed files with 2 additions and 2 deletions
|
@ -2345,13 +2345,13 @@ (define-public r-alpine
|
|||
(define-public r-aneufinder
|
||||
(package
|
||||
(name "r-aneufinder")
|
||||
(version "1.24.0")
|
||||
(version "1.26.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "AneuFinder" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1acsp987jv2x4qwbgy3y7ff4r2qz7680b0nbr37m4lmncqfgh8yl"))))
|
||||
"154cg63n7h9h5jkj00aqf0hzbmmjg16bzvvk50fyixwq0a4q1j00"))))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
(list r-knitr))
|
||||
|
|
Loading…
Reference in a new issue