me
/
guix
Archived
1
0
Fork 0

gnu: r-s4vectors: Update to 0.32.4.

* gnu/packages/bioconductor.scm (r-s4vectors): Update to 0.32.4.
master
Ricardo Wurmus 2022-04-14 10:59:03 +02:00
parent 51ddaf48e8
commit 2a71a7b961
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -12872,13 +12872,13 @@ routines.")
(define-public r-s4vectors
(package
(name "r-s4vectors")
(version "0.32.3")
(version "0.32.4")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "S4Vectors" version))
(sha256
(base32
"0wp29v41f9cf6khq2ww0f63nsq6219l1ycajzdqp3a2xda734ncw"))))
"17dvypxcwp8c7ih23hi2366110by6zq1mjgxkmlbiklzachg9780"))))
(properties
`((upstream-name . "S4Vectors")))
(build-system r-build-system)