mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 10:56:56 -05:00
gnu: r-anf: Update to 1.22.0.
* gnu/packages/bioconductor.scm (r-anf): Update to 1.22.0.
This commit is contained in:
parent
099340458b
commit
18ad546d0a
1 changed files with 2 additions and 2 deletions
|
@ -3299,13 +3299,13 @@ (define-public r-aneufinder
|
||||||
(define-public r-anf
|
(define-public r-anf
|
||||||
(package
|
(package
|
||||||
(name "r-anf")
|
(name "r-anf")
|
||||||
(version "1.20.0")
|
(version "1.22.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "ANF" version))
|
(uri (bioconductor-uri "ANF" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0yfwvgx7144r894fr13sx4gyyq6ljh7y734wx74sb7q80cl2gs1j"))))
|
"08vkkfccfq8j4hanxsmjx5657kkw4qcp46qfhqvp1sd6wym69wzw"))))
|
||||||
(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