me
/
guix
Archived
1
0
Fork 0

gnu: r-annotationforge: Update to 1.24.0.

* gnu/packages/bioinformatics.scm (r-annotationforge): Update to 1.24.0.
master
Ricardo Wurmus 2018-11-07 11:58:17 +01:00
parent 856444a0a1
commit 2ff6604a53
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6504,14 +6504,14 @@ exploration of the results.")
(define-public r-annotationforge
(package
(name "r-annotationforge")
(version "1.22.2")
(version "1.24.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "AnnotationForge" version))
(sha256
(base32
"17kmy7nvpyyj6w5jyrjciw87rydmmmc8q6cnwqjv1j7li9bp09gr"))))
"13yvhf3yskmvhs8szs6rkw93h81h5xqa3h19h91pp6nprhc8s3ll"))))
(properties
`((upstream-name . "AnnotationForge")))
(build-system r-build-system)