mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 10:16:45 +01:00
gnu: r-s4vectors: Update to 0.34.0.
* gnu/packages/bioconductor.scm (r-s4vectors): Update to 0.34.0.
This commit is contained in:
parent
16419c4639
commit
c8e364b609
1 changed files with 2 additions and 2 deletions
|
@ -13593,13 +13593,13 @@ (define-public r-preprocesscore
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue