me
/
guix
Archived
1
0
Fork 0

gnu: r-s4vectors: Update to 0.12.0.

* gnu/packages/bioinformatics.scm (r-s4vectors): Update to 0.12.0.
master
Ricardo Wurmus 2016-10-26 08:52:20 +02:00
parent 22c5d736af
commit b120c5f3a2
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6055,13 +6055,13 @@ abnormal copy number.")
(define-public r-s4vectors
(package
(name "r-s4vectors")
(version "0.10.3")
(version "0.12.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "S4Vectors" version))
(sha256
(base32
"09lrvy3d5q58hsgw9as4hyyx07k1vyy2zjn3xsvhyfd97yk6w6lv"))))
"0m0npc0vhmcwcxws7v2f8k4hvvrjvnlrsr94klxf4a8m4xw2xzzk"))))
(properties
`((upstream-name . "S4Vectors")))
(build-system r-build-system)