me
/
guix
Archived
1
0
Fork 0

gnu: r-s4vectors: Update to 0.24.1.

* gnu/packages/bioinformatics.scm (r-s4vectors): Update to 0.24.1.
master
Ricardo Wurmus 2019-12-15 15:15:00 +01:00
parent d2723484f6
commit d37daf8929
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7341,13 +7341,13 @@ checks on R packages that are to be submitted to the Bioconductor repository.")
(define-public r-s4vectors
(package
(name "r-s4vectors")
(version "0.22.1")
(version "0.24.1")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "S4Vectors" version))
(sha256
(base32
"0cpxqb18wd3pjd7bi8lry13sm5ffqahcvvxpk5pwm5xcj30cdlm9"))))
"1rr7ml3gn83g8fbvhgvryyzlh4p3qgpwcrsz6ii4y7gh1hqxggpx"))))
(properties
`((upstream-name . "S4Vectors")))
(build-system r-build-system)