gnu: r-anf: Update to 1.22.0.
* gnu/packages/bioconductor.scm (r-anf): Update to 1.22.0.master
parent
099340458b
commit
18ad546d0a
|
@ -3299,13 +3299,13 @@ sequencing data.")
|
||||||
(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
|
||||||
|
|
Reference in New Issue