me
/
guix
Archived
1
0
Fork 0

gnu: r-genomation: Update to 1.14.0.

* gnu/packages/bioinformatics.scm (r-genomation): Update to 1.14.0.
master
Ricardo Wurmus 2018-11-07 12:06:53 +01:00
parent 45ba2caedb
commit c5b0815c44
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -8066,13 +8066,13 @@ reference point and sorted by a user defined feature.")
(define-public r-genomation
(package
(name "r-genomation")
(version "1.12.0")
(version "1.14.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "genomation" version))
(sha256
(base32
"1vdmdyrq0n7pf8cvy2950v7hrcrcbd9zl4fg7dcmyly3iiwdyirp"))))
"0g0v4alfpqlinqinjnyzl3mrjnpbdx9ri34mcaiqbvbvg8ic8wvg"))))
(build-system r-build-system)
(propagated-inputs
`(("r-biostrings" ,r-biostrings)