me
/
guix
Archived
1
0
Fork 0

gnu: r-asset: Update to 2.18.0.

* gnu/packages/bioconductor.scm (r-asset): Update to 2.18.0.
master
Ricardo Wurmus 2023-04-28 17:59:45 +02:00
parent 32b0da7762
commit 7751b88692
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3598,13 +3598,13 @@ start codons as the forms of evidence.")
(define-public r-asset (define-public r-asset
(package (package
(name "r-asset") (name "r-asset")
(version "2.16.0") (version "2.18.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "ASSET" version)) (uri (bioconductor-uri "ASSET" version))
(sha256 (sha256
(base32 (base32
"13zwnjap4y0s3qqv10mv2i4mqan9nmkm2l29i448h1j3wwfq18j2")))) "1vksbfd4wd2xcc0nl3wp53vm0jyqy97p0hqps2aml04745vkg023"))))
(properties `((upstream-name . "ASSET"))) (properties `((upstream-name . "ASSET")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (list r-mass r-msm r-rmeta)) (propagated-inputs (list r-mass r-msm r-rmeta))