mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: r-rnexml: Update to 2.4.9.
* gnu/packages/cran.scm (r-rnexml): Update to 2.4.9.
This commit is contained in:
parent
41cd18b3b8
commit
e00df6abd4
1 changed files with 2 additions and 2 deletions
|
@ -16036,13 +16036,13 @@ (define-public r-phylotools
|
||||||
(define-public r-rnexml
|
(define-public r-rnexml
|
||||||
(package
|
(package
|
||||||
(name "r-rnexml")
|
(name "r-rnexml")
|
||||||
(version "2.4.8")
|
(version "2.4.9")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "RNeXML" version))
|
(uri (cran-uri "RNeXML" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0l5qpg6f107k927vnnki7g9yfs20xkpd7c5pkvbj8bpybbwjkm16"))))
|
"180w7c8n4xcn3x7haymi1fl3fpnklqfgmaki6jkxpm3hdiffmbsd"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-ape
|
(list r-ape
|
||||||
|
|
Loading…
Reference in a new issue