me
/
guix
Archived
1
0
Fork 0

gnu: r-s4vectors: Update to 0.34.0.

* gnu/packages/bioconductor.scm (r-s4vectors): Update to 0.34.0.
master
Ricardo Wurmus 2022-05-28 12:45:20 +02:00
parent 16419c4639
commit c8e364b609
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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