mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: r-anf: Update to 1.24.1.
* gnu/packages/bioconductor.scm (r-anf): Update to 1.24.1. Change-Id: I5843d257e4312101fb1b0dc9bbb49bd088bb3b91
This commit is contained in:
parent
866fbcc629
commit
52c373f107
1 changed files with 2 additions and 2 deletions
|
@ -3789,13 +3789,13 @@ (define-public r-aneufinder
|
||||||
(define-public r-anf
|
(define-public r-anf
|
||||||
(package
|
(package
|
||||||
(name "r-anf")
|
(name "r-anf")
|
||||||
(version "1.22.0")
|
(version "1.24.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "ANF" version))
|
(uri (bioconductor-uri "ANF" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"08vkkfccfq8j4hanxsmjx5657kkw4qcp46qfhqvp1sd6wym69wzw"))))
|
"0yal8lbillhj3zi2rcdk7k9r748jxm3196z54y1674qxzpvp24rk"))))
|
||||||
(properties `((upstream-name . "ANF")))
|
(properties `((upstream-name . "ANF")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue