mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: r-annmap: Update to 1.40.0.
* gnu/packages/bioconductor.scm (r-annmap): Update to 1.40.0.
This commit is contained in:
parent
d18f8e367e
commit
bc62494bc8
1 changed files with 2 additions and 2 deletions
|
@ -2415,13 +2415,13 @@ (define-public r-anf
|
|||
(define-public r-annmap
|
||||
(package
|
||||
(name "r-annmap")
|
||||
(version "1.38.0")
|
||||
(version "1.40.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "annmap" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ywqbb8jia7rrkzcsf6a11kqf8dnx96z8n8xw7067mahycykbixv"))))
|
||||
"18ia189qgsbcivpfsfss05dnd3kdc6gmswq8i1whwf9n227b2cv3"))))
|
||||
(properties `((upstream-name . "annmap")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue