me
/
guix
Archived
1
0
Fork 0

gnu: r-anf: Update to 1.22.0.

* gnu/packages/bioconductor.scm (r-anf): Update to 1.22.0.
master
Ricardo Wurmus 2023-04-28 17:59:44 +02:00
parent 099340458b
commit 18ad546d0a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3299,13 +3299,13 @@ sequencing data.")
(define-public r-anf
(package
(name "r-anf")
(version "1.20.0")
(version "1.22.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "ANF" version))
(sha256
(base32
"0yfwvgx7144r894fr13sx4gyyq6ljh7y734wx74sb7q80cl2gs1j"))))
"08vkkfccfq8j4hanxsmjx5657kkw4qcp46qfhqvp1sd6wym69wzw"))))
(properties `((upstream-name . "ANF")))
(build-system r-build-system)
(propagated-inputs