mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
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:
parent
5e6a4b0975
commit
299fd237c3
1 changed files with 3 additions and 3 deletions
|
@ -11242,13 +11242,13 @@ (define-public r-xmapbridge
|
||||||
(define-public r-xvector
|
(define-public r-xvector
|
||||||
(package
|
(package
|
||||||
(name "r-xvector")
|
(name "r-xvector")
|
||||||
(version "0.40.0")
|
(version "0.42.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "XVector" version))
|
(uri (bioconductor-uri "XVector" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1v10hfz658gnb6p7pzdl28jbyypv91wx70i0dvi384nfgznhvmj2"))))
|
"0h03imdl0pyy714kmddsdnsv69bd8kr7bhi9wq9z18y8ahg5cqx1"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "XVector")))
|
`((upstream-name . "XVector")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
@ -11265,7 +11265,7 @@ (define-public r-xvector
|
||||||
(inputs
|
(inputs
|
||||||
(list zlib))
|
(list zlib))
|
||||||
(propagated-inputs
|
(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")
|
(home-page "https://bioconductor.org/packages/XVector")
|
||||||
(synopsis "Representation and manpulation of external sequences")
|
(synopsis "Representation and manpulation of external sequences")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue