gnu: r-geneplotter: Update to 1.54.0.

* gnu/packages/bioinformatics.scm (r-geneplotter): Update to 1.54.0.
This commit is contained in:
Roel Janssen 2017-04-28 10:27:29 +02:00
parent dbab99b6d2
commit 97a50e4f34
No known key found for this signature in database
GPG Key ID: C3EC1DCA843072E1
1 changed files with 2 additions and 2 deletions

View File

@ -5416,14 +5416,14 @@ microarrays.")
(define-public r-geneplotter (define-public r-geneplotter
(package (package
(name "r-geneplotter") (name "r-geneplotter")
(version "1.52.0") (version "1.54.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "geneplotter" version)) (uri (bioconductor-uri "geneplotter" version))
(sha256 (sha256
(base32 (base32
"1p6yvxi243irhjxwm97hp73abhwampj0myyf8z00ij166674pc7h")))) "0a0ajns21db5rrjl16bq6wawggsnxr00fg184pc38nmfghv4z4b6"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-annotate" ,r-annotate) `(("r-annotate" ,r-annotate)