me
/
guix
Archived
1
0
Fork 0

gnu: r-annotate: Update to 1.70.0.

* gnu/packages/bioconductor.scm (r-annotate): Update to 1.70.0.
master
Ricardo Wurmus 2021-06-05 08:49:40 +02:00
parent 308067c09c
commit 1bb87755b8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1919,14 +1919,14 @@ structure.")
(define-public r-annotate
(package
(name "r-annotate")
(version "1.68.0")
(version "1.70.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "annotate" version))
(sha256
(base32
"1rql591x56532m8n4axdkfkhkbcsz5hfrf7271s0lmkvy84i7z6l"))))
"13ny596wh65sw7dbw0zd4h84d6k1w99g91c4sqy83mdzgpv73sz7"))))
(build-system r-build-system)
(propagated-inputs
`(("r-annotationdbi" ,r-annotationdbi)