me
/
guix
Archived
1
0
Fork 0

gnu: r-biosigner: Update to 1.18.0.

* gnu/packages/bioconductor.scm (r-biosigner): Update to 1.18.0.
master
zimoun 2020-10-30 15:53:37 +01:00 committed by Ricardo Wurmus
parent 59daf6ed12
commit 26e417063f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5821,14 +5821,14 @@ coefficients).")
(define-public r-biosigner
(package
(name "r-biosigner")
(version "1.16.0")
(version "1.18.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "biosigner" version))
(sha256
(base32
"1v760q7hzaybkf2q9230rmr4phi8hglm59qwsjzvncxrhs3dpj06"))))
"1rqfmn9lpaajij9p302dfwv57pm4hw7xn2p7lx7hvpb3psa719xm"))))
(build-system r-build-system)
(propagated-inputs
`(("r-biobase" ,r-biobase)