me
/
guix
Archived
1
0
Fork 0

gnu: r-anf: Update to 1.20.0.

* gnu/packages/bioconductor.scm (r-anf): Update to 1.20.0.
master
zimoun 2022-11-17 03:50:04 +01:00 committed by Ricardo Wurmus
parent cbeefda563
commit d18f8e367e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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