gnu: r-annotationforge: Update to 1.22.2.
* gnu/packages/bioinformatics.scm (r-annotationforge): Update to 1.22.2.
This commit is contained in:
parent
65050163e0
commit
ce0e762bf9
|
@ -6371,14 +6371,14 @@ exploration of the results.")
|
||||||
(define-public r-annotationforge
|
(define-public r-annotationforge
|
||||||
(package
|
(package
|
||||||
(name "r-annotationforge")
|
(name "r-annotationforge")
|
||||||
(version "1.22.0")
|
(version "1.22.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "AnnotationForge" version))
|
(uri (bioconductor-uri "AnnotationForge" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"12ffj7h95adiya5mzyjxazqn1qgr434ajpabfcyhrj5v83s4vk65"))))
|
"17kmy7nvpyyj6w5jyrjciw87rydmmmc8q6cnwqjv1j7li9bp09gr"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "AnnotationForge")))
|
`((upstream-name . "AnnotationForge")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Reference in New Issue