mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: r-xvector: Update to 0.36.0.
* gnu/packages/bioconductor.scm (r-xvector): Update to 0.36.0.
This commit is contained in:
parent
036dcaed7d
commit
2b36da1784
1 changed files with 2 additions and 2 deletions
|
@ -5801,13 +5801,13 @@ (define-public r-xmapbridge
|
|||
(define-public r-xvector
|
||||
(package
|
||||
(name "r-xvector")
|
||||
(version "0.34.0")
|
||||
(version "0.36.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "XVector" version))
|
||||
(sha256
|
||||
(base32
|
||||
"07r4qgmnifw9jk2srjg0cvl310j0f9y35jrg0zqhlvhmyhg6n2c0"))))
|
||||
"1f3sbqy279gb9k13l73j00ixywa1havlqy81zx766r1xkz15nvhk"))))
|
||||
(properties
|
||||
`((upstream-name . "XVector")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue