mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 22:56:23 +01:00
gnu: r-xvector: Update to 0.14.1.
* gnu/packages/bioinformatics.scm (r-xvector): Update to 0.14.1.
This commit is contained in:
parent
da250f733a
commit
acbeb2d56b
1 changed files with 2 additions and 2 deletions
|
@ -6447,13 +6447,13 @@ (define-public r-limma
|
|||
(define-public r-xvector
|
||||
(package
|
||||
(name "r-xvector")
|
||||
(version "0.14.0")
|
||||
(version "0.14.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "XVector" version))
|
||||
(sha256
|
||||
(base32
|
||||
"09lbqxpqr80g0kw77mpz0p1a8cq706j33kz8194wp71il67cdzi7"))))
|
||||
"1j14ip4c260kdp3zcmgfa2v8ky88csa0gfdg6a1xsb64s03hdbm6"))))
|
||||
(properties
|
||||
`((upstream-name . "XVector")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue