me
/
guix
Archived
1
0
Fork 0

gnu: r-s4vectors: Update to 0.30.0.

* gnu/packages/bioconductor.scm (r-s4vectors): Update to 0.30.0.
master
Ricardo Wurmus 2021-06-05 08:50:12 +02:00
parent a78daaa572
commit 5565b8bada
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -12016,13 +12016,13 @@ routines.")
(define-public r-s4vectors
(package
(name "r-s4vectors")
(version "0.28.1")
(version "0.30.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "S4Vectors" version))
(sha256
(base32
"0fhf4lsfxrim7glazh6ng46ykzaly5ggwpg170vcz4cc24prv0rh"))))
"0v5vxmg0a27ivgymmzfl595rcb1m3dz27r2wzbk1j97rlpwy1p4q"))))
(properties
`((upstream-name . "S4Vectors")))
(build-system r-build-system)