mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 03:17:15 -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
|
||||
(package
|
||||
(name "r-annmap")
|
||||
(version "1.42.0")
|
||||
(version "1.44.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "annmap" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0gilb8yxba1cqi678w9xkq77m8lf3k8dqcldh68cll61xsgihl1v"))))
|
||||
"1gf0qdhj4ijgb6b67fh94zx084k5r87la3d7vc0qxs413rvr4mj8"))))
|
||||
(properties `((upstream-name . "annmap")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue