mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: r-annotate: Update to 1.72.0.
* gnu/packages/bioconductor.scm (r-annotate): Update to 1.72.0.
This commit is contained in:
parent
5b63db8f83
commit
eee1bc786a
1 changed files with 2 additions and 2 deletions
|
@ -1999,14 +1999,14 @@ (define-public r-affxparser
|
||||||
(define-public r-annotate
|
(define-public r-annotate
|
||||||
(package
|
(package
|
||||||
(name "r-annotate")
|
(name "r-annotate")
|
||||||
(version "1.70.0")
|
(version "1.72.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "annotate" version))
|
(uri (bioconductor-uri "annotate" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"13ny596wh65sw7dbw0zd4h84d6k1w99g91c4sqy83mdzgpv73sz7"))))
|
"0p7q5hdk7003q72vg4hrgdzn463spybxhrkvcq3a6l6jkgy9sf84"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-annotationdbi" ,r-annotationdbi)
|
`(("r-annotationdbi" ,r-annotationdbi)
|
||||||
|
|
Loading…
Reference in a new issue