gnu: r-xvector: Update to 0.42.0.

* gnu/packages/bioconductor.scm (r-xvector): Update to 0.42.0.
[propagated-inputs]: Add r-zlibbioc.

Change-Id: If2e4d2d2fe9c0f5efe26761a53b17c7d248aa4f6
This commit is contained in:
Ricardo Wurmus 2023-11-03 17:18:38 +01:00
parent 5e6a4b0975
commit 299fd237c3
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -11242,13 +11242,13 @@ describing each of the graphs.")
(define-public r-xvector
(package
(name "r-xvector")
(version "0.40.0")
(version "0.42.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "XVector" version))
(sha256
(base32
"1v10hfz658gnb6p7pzdl28jbyypv91wx70i0dvi384nfgznhvmj2"))))
"0h03imdl0pyy714kmddsdnsv69bd8kr7bhi9wq9z18y8ahg5cqx1"))))
(properties
`((upstream-name . "XVector")))
(build-system r-build-system)
@ -11265,7 +11265,7 @@ describing each of the graphs.")
(inputs
(list zlib))
(propagated-inputs
(list r-biocgenerics r-iranges r-s4vectors))
(list r-biocgenerics r-iranges r-s4vectors r-zlibbioc))
(home-page "https://bioconductor.org/packages/XVector")
(synopsis "Representation and manpulation of external sequences")
(description