me
/
guix
Archived
1
0
Fork 0

gnu: r-s4vectors: Update to 0.32.0.

* gnu/packages/bioconductor.scm (r-s4vectors): Update to 0.32.0.
master
Ricardo Wurmus 2021-11-04 22:04:41 +00:00
parent 51f9943d1e
commit 1417f1171c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -12378,13 +12378,13 @@ routines.")
(define-public r-s4vectors
(package
(name "r-s4vectors")
(version "0.30.2")
(version "0.32.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "S4Vectors" version))
(sha256
(base32
"0n13j8fkiy8b071wvwwh3ip9cvq22f74hb1msx91mdab2xl47zxs"))))
"1zm1xlqrq1f9xa81j3ij2p78g3aywq7izsk3h40z94fjggahvc09"))))
(properties
`((upstream-name . "S4Vectors")))
(build-system r-build-system)