mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 12:20:41 -05:00
gnu: r-annmap: Update to 1.44.0.
* gnu/packages/bioconductor.scm (r-annmap): Update to 1.44.0. Change-Id: Id960993131170a85231f5b21b354d67b5466ed99
This commit is contained in:
parent
f625fab931
commit
79d50ddc44
1 changed files with 2 additions and 2 deletions
|
@ -3523,13 +3523,13 @@ (define-public r-anf
|
||||||
(define-public r-annmap
|
(define-public r-annmap
|
||||||
(package
|
(package
|
||||||
(name "r-annmap")
|
(name "r-annmap")
|
||||||
(version "1.42.0")
|
(version "1.44.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
|
||||||
"0gilb8yxba1cqi678w9xkq77m8lf3k8dqcldh68cll61xsgihl1v"))))
|
"1gf0qdhj4ijgb6b67fh94zx084k5r87la3d7vc0qxs413rvr4mj8"))))
|
||||||
(properties `((upstream-name . "annmap")))
|
(properties `((upstream-name . "annmap")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue