gnu: r-progeny: Update to 1.6.0.

* gnu/packages/bioconductor.scm (r-progeny): Update to 1.6.0.
master
Ricardo Wurmus 2019-05-06 00:09:04 +02:00
parent 7d33d36c52
commit c2bfb978bf
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4267,14 +4267,14 @@ rapid adapter trimming, identification, and read merging.")
(define-public r-progeny (define-public r-progeny
(package (package
(name "r-progeny") (name "r-progeny")
(version "1.4.1") (version "1.6.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "progeny" version)) (uri (bioconductor-uri "progeny" version))
(sha256 (sha256
(base32 (base32
"02z09rbzi305jrwzai8zayxi82563lxcaldp4r9pw564qkbl7pk7")))) "03rm90vfb9ivxhapvs3h5yggfazf8bf5vh1krknvb3xyw27br9dw"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs `(("r-biobase" ,r-biobase))) (propagated-inputs `(("r-biobase" ,r-biobase)))
(home-page "https://github.com/saezlab/progeny") (home-page "https://github.com/saezlab/progeny")