me
/
guix
Archived
1
0
Fork 0

gnu: r-geneplotter: Update to 1.64.0.

* gnu/packages/bioconductor.scm (r-geneplotter): Update to 1.64.0.
master
Ricardo Wurmus 2019-12-15 14:31:40 +01:00
parent 7ccbaf1b6e
commit 7778e91a2d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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