mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-asset: Update to 2.26.0.
* gnu/packages/bioconductor.scm (r-asset): Update to 2.26.0. Change-Id: I25eccac2c8e38d73d9a2fd610dd3792ee4e5e340
This commit is contained in:
parent
58c1e71a1a
commit
d2bbdd4324
1 changed files with 2 additions and 2 deletions
|
@ -5435,13 +5435,13 @@ start codons as the forms of evidence.")
|
|||
(define-public r-asset
|
||||
(package
|
||||
(name "r-asset")
|
||||
(version "2.24.0")
|
||||
(version "2.26.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "ASSET" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0lq07mq7ai51c1dkjkmjrafq3caw6wpzrpbfsbqa3dyjn3vp3c04"))))
|
||||
"04xnggnfvi5v9mcc3sbjq8prwz4acnvzg44fc3a9sa1fv51y5v7b"))))
|
||||
(properties `((upstream-name . "ASSET")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-mass r-msm r-rmeta))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue