gnu: r-annmap: Update to 1.42.0.
* gnu/packages/bioconductor.scm (r-annmap): Update to 1.42.0.
This commit is contained in:
parent
18ad546d0a
commit
b77e71f07c
1 changed files with 2 additions and 2 deletions
|
@ -3327,13 +3327,13 @@ network fusion.")
|
||||||
(define-public r-annmap
|
(define-public r-annmap
|
||||||
(package
|
(package
|
||||||
(name "r-annmap")
|
(name "r-annmap")
|
||||||
(version "1.40.0")
|
(version "1.42.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "annmap" version))
|
(uri (bioconductor-uri "annmap" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"18ia189qgsbcivpfsfss05dnd3kdc6gmswq8i1whwf9n227b2cv3"))))
|
"0gilb8yxba1cqi678w9xkq77m8lf3k8dqcldh68cll61xsgihl1v"))))
|
||||||
(properties `((upstream-name . "annmap")))
|
(properties `((upstream-name . "annmap")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue