Browse Source
gnu: r-annotationforge: Update to 1.18.0.
* gnu/packages/bioinformatics.scm (r-annotationforge): Update to 1.18.0.
version-0.13.0
Roel Janssen
5 years ago
No known key found for this signature in database
GPG Key ID: C3EC1DCA843072E1
1 changed files with
2 additions and
2 deletions
-
gnu/packages/bioinformatics.scm
|
|
@ -5505,14 +5505,14 @@ distribution.") |
|
|
|
(define-public r-annotationforge |
|
|
|
(package |
|
|
|
(name "r-annotationforge") |
|
|
|
(version "1.16.1") |
|
|
|
(version "1.18.0") |
|
|
|
(source |
|
|
|
(origin |
|
|
|
(method url-fetch) |
|
|
|
(uri (bioconductor-uri "AnnotationForge" version)) |
|
|
|
(sha256 |
|
|
|
(base32 |
|
|
|
"0l1g9hy88sh5g567svyfd8pnjvkyklkn6a3gjn8zalvh62qqjjq1")))) |
|
|
|
"01kd86vvgpa4a5zivcy4g6z8rhcykasdskrz8yqsqz211sd1xsr3")))) |
|
|
|
(properties |
|
|
|
`((upstream-name . "AnnotationForge"))) |
|
|
|
(build-system r-build-system) |
|
|
|