me
/
guix
Archived
1
0
Fork 0

gnu: r-s4vectors: Update to 0.38.1.

* gnu/packages/bioconductor.scm (r-s4vectors): Update to 0.38.1.
master
Ricardo Wurmus 2023-05-09 15:23:56 +02:00
parent da8638facb
commit 3bdd6fb256
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -18251,13 +18251,13 @@ array-like semantic. It also provides:
(define-public r-s4vectors
(package
(name "r-s4vectors")
(version "0.38.0")
(version "0.38.1")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "S4Vectors" version))
(sha256
(base32
"0dy976i36j5lvsznls8yrik4spi1wbr0dz9rdfsj45yha9866xns"))))
"0qpjx64ilc1niglhf6pn47damgaf5vdzwkvnlhcixqzpl28ndbs9"))))
(properties
`((upstream-name . "S4Vectors")))
(build-system r-build-system)