me
/
guix
Archived
1
0
Fork 0

gnu: r-geneplotter: Update to 1.66.0.

* gnu/packages/bioconductor.scm (r-geneplotter): Update to 1.66.0.
master
Ricardo Wurmus 2020-06-13 00:09:06 +02:00
parent 7f94cf0184
commit 53e4201937
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1477,14 +1477,14 @@ browser.")
(define-public r-geneplotter
(package
(name "r-geneplotter")
(version "1.64.0")
(version "1.66.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "geneplotter" version))
(sha256
(base32
"1k6780fn1kkghpm1prhhsyw621441a3bmnqfl9ns0zbc1zdq39nx"))))
"1y494da1llmrvn3qm7akwgwjazvpffabi8llw3fbday14cay1br5"))))
(build-system r-build-system)
(propagated-inputs
`(("r-annotate" ,r-annotate)