me
/
guix
Archived
1
0
Fork 0

gnu: r-s4vectors: Update to 0.28.1.

* gnu/packages/bioinformatics.scm (r-s4vectors): Update to 0.28.1.
master
Ricardo Wurmus 2021-02-11 21:31:42 +01:00
parent babb2dce34
commit 88fd569ddf
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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