me
/
guix
Archived
1
0
Fork 0

gnu: r-siggenes: Update to 1.64.0.

* gnu/packages/bioconductor.scm (r-siggenes): Update to 1.64.0.
master
zimoun 2020-10-30 15:50:00 +01:00 committed by Ricardo Wurmus
parent e89966e977
commit 0fd830feaa
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3261,14 +3261,14 @@ files, including IDAT.")
(define-public r-siggenes (define-public r-siggenes
(package (package
(name "r-siggenes") (name "r-siggenes")
(version "1.62.0") (version "1.64.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "siggenes" version)) (uri (bioconductor-uri "siggenes" version))
(sha256 (sha256
(base32 (base32
"0i4y1hgq1ljxkf6sypb6c8yp412a8q5v5z68cx1zrgxnccvp0mfy")))) "08wi2i6pqx06v13533y3mpli5fb637h0xfwcwy67ya9j2ygypv7w"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-biobase" ,r-biobase) `(("r-biobase" ,r-biobase)