mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01:00
gnu: r-rnexml: Update to 2.4.8.
* gnu/packages/cran.scm (r-rnexml): Update to 2.4.8. [propagated-inputs]: Remove r-lazyeval.
This commit is contained in:
parent
8864b80daf
commit
e26d8b1bea
1 changed files with 2 additions and 3 deletions
|
@ -15379,19 +15379,18 @@ (define-public r-phylotools
|
|||
(define-public r-rnexml
|
||||
(package
|
||||
(name "r-rnexml")
|
||||
(version "2.4.7")
|
||||
(version "2.4.8")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "RNeXML" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1zp6pijsc73jx8cmxb1hng36nvaf5wnhldnzlqhmba9kv9niscfb"))))
|
||||
"0l5qpg6f107k927vnnki7g9yfs20xkpd7c5pkvbj8bpybbwjkm16"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-ape
|
||||
r-dplyr
|
||||
r-httr
|
||||
r-lazyeval
|
||||
r-plyr
|
||||
r-reshape2
|
||||
r-rlang
|
||||
|
|
Loading…
Reference in a new issue