Archived
1
0
Fork 0

gnu: r-asset: Update to 2.16.0.

* gnu/packages/bioconductor.scm (r-asset): Update to 2.16.0.
This commit is contained in:
zimoun 2022-11-17 03:50:04 +01:00 committed by Ricardo Wurmus
parent 930fab74f2
commit a1dbd6b2da
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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