mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: r-annotationfilter: Update to 1.2.0.
* gnu/packages/bioinformatics.scm (r-annotationfilter): Update to 1.2.0.
This commit is contained in:
parent
e6b332d43b
commit
598dacf657
1 changed files with 2 additions and 2 deletions
|
@ -8331,13 +8331,13 @@ (define-public r-rhdf5
|
|||
(define-public r-annotationfilter
|
||||
(package
|
||||
(name "r-annotationfilter")
|
||||
(version "1.0.0")
|
||||
(version "1.2.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "AnnotationFilter" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0pxvswjzwibdfmrkdragxmzcl844z73pmkn82z92wahwa6gjfyi7"))))
|
||||
"04zf864c1fvdlaay2r5cn30fc1n5i3czh31fs62qlrvs61wjiscs"))))
|
||||
(properties
|
||||
`((upstream-name . "AnnotationFilter")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue