me
/
guix
Archived
1
0
Fork 0

gnu: r-genie3: Update to 1.8.0.

* gnu/packages/bioconductor.scm (r-genie3): Update to 1.8.0.
master
Ricardo Wurmus 2019-12-15 15:20:01 +01:00
parent 3672b74f6f
commit 33ce50e322
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5934,14 +5934,14 @@ cisTopics and explore the nature and regulatory proteins driving them.")
(define-public r-genie3 (define-public r-genie3
(package (package
(name "r-genie3") (name "r-genie3")
(version "1.6.0") (version "1.8.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "GENIE3" version)) (uri (bioconductor-uri "GENIE3" version))
(sha256 (sha256
(base32 (base32
"0lvrpw4xn7xyinmn13f65i0vkzfzwdj5y8gsa8vyy8kcn83d28fx")))) "0p67lhgy3lb4nc958s51hx7rvgwhzwfic9xhpsrask40k43spv7l"))))
(properties `((upstream-name . "GENIE3"))) (properties `((upstream-name . "GENIE3")))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs `(("r-reshape2" ,r-reshape2))) (propagated-inputs `(("r-reshape2" ,r-reshape2)))