me
/
guix
Archived
1
0
Fork 0

gnu: r-xvector: Update to 0.36.0.

* gnu/packages/bioconductor.scm (r-xvector): Update to 0.36.0.
master
Ricardo Wurmus 2022-05-28 12:44:47 +02:00
parent 036dcaed7d
commit 2b36da1784
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5801,13 +5801,13 @@ describing each of the graphs.")
(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)