me
/
guix
Archived
1
0
Fork 0

gnu: r-yamss: Update to 1.12.1.

* gnu/packages/bioconductor.scm (r-yamss): Update to 1.12.1.
master
Ricardo Wurmus 2020-03-07 19:29:52 +01:00
parent 56bf00b94e
commit f0aaa4482a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4315,14 +4315,14 @@ visualization with image data.")
(define-public r-yamss
(package
(name "r-yamss")
(version "1.12.0")
(version "1.12.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "yamss" version))
(sha256
(base32
"1n49a2vg1667wycrjww29xfafngllvpb5nq5wy6pgn0akva91nky"))))
"12jr7hbrwhb1gfjadj1024hv80ra22miy46dn40nmsrbklkfn3rw"))))
(build-system r-build-system)
(propagated-inputs
`(("r-biocgenerics" ,r-biocgenerics)