gnu: r-annotate: Update to 1.72.0.

* gnu/packages/bioconductor.scm (r-annotate): Update to 1.72.0.
This commit is contained in:
Ricardo Wurmus 2021-11-04 22:03:58 +00:00
parent 5b63db8f83
commit eee1bc786a
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1999,14 +1999,14 @@ (define-public r-affxparser
(define-public r-annotate
(package
(name "r-annotate")
(version "1.70.0")
(version "1.72.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "annotate" version))
(sha256
(base32
"13ny596wh65sw7dbw0zd4h84d6k1w99g91c4sqy83mdzgpv73sz7"))))
"0p7q5hdk7003q72vg4hrgdzn463spybxhrkvcq3a6l6jkgy9sf84"))))
(build-system r-build-system)
(propagated-inputs
`(("r-annotationdbi" ,r-annotationdbi)