me
/
guix
Archived
1
0
Fork 0

gnu: r-geneplotter: Update to 1.60.0.

* gnu/packages/bioinformatics.scm (r-geneplotter): Update to 1.60.0.
master
Ricardo Wurmus 2018-11-07 11:57:25 +01:00
parent dadd682c53
commit f4a95a0d15
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6372,14 +6372,14 @@ penalized least squares regression method.")
(define-public r-geneplotter
(package
(name "r-geneplotter")
(version "1.58.0")
(version "1.60.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "geneplotter" version))
(sha256
(base32
"055g28xgiazl4l0gkg8xiamks64f5yckjjyvw1abd6d6qjavwx0g"))))
"10khr0pznxf3m0f5gzck9ymljrwcv3vamfmpskd51yjh36lhllqz"))))
(build-system r-build-system)
(propagated-inputs
`(("r-annotate" ,r-annotate)