me
/
guix
Archived
1
0
Fork 0

gnu: r-s4vectors: Update to 0.20.0.

* gnu/packages/bioinformatics.scm (r-s4vectors): Update to 0.20.0.
master
Ricardo Wurmus 2018-11-07 12:01:52 +01:00
parent 70f2758f71
commit a037453554
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7259,13 +7259,13 @@ abnormal copy number.")
(define-public r-s4vectors
(package
(name "r-s4vectors")
(version "0.18.3")
(version "0.20.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "S4Vectors" version))
(sha256
(base32
"02bps2rpjqx2npwxq3x62ncwi9ggr165cwi56h6hld28bw2gddy8"))))
"0qgiykjhnsvvpcp3zwmrnpx3bv3msvj0szchyvb1yb0fxw716xc5"))))
(properties
`((upstream-name . "S4Vectors")))
(build-system r-build-system)