me
/
guix
Archived
1
0
Fork 0

gnu: r-yamss: Update to 1.20.0.

* gnu/packages/bioconductor.scm (r-yamss): Update to 1.20.0.
master
Ricardo Wurmus 2021-11-04 22:04:26 +00:00
parent 4c18a6b644
commit 6a4b381268
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -8391,14 +8391,14 @@ visualization with image data.")
(define-public r-yamss
(package
(name "r-yamss")
(version "1.18.0")
(version "1.20.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "yamss" version))
(sha256
(base32
"1al615x778h17jqiyhiyf6djaq9iygs1hlbrna6y4xc0f2kvgxld"))))
"141hbryifm6na5shjyrbjwwksqnl75kqp1m2zl03l9sjqm0kapab"))))
(build-system r-build-system)
(propagated-inputs
`(("r-biocgenerics" ,r-biocgenerics)