1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-21 01:30:29 +02: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:
Ricardo Wurmus
2022-11-04 08:23:38 +01:00
parent 8864b80daf
commit e26d8b1bea

View File

@@ -15379,19 +15379,18 @@ useful for building large phylogenies using multiple markers.")
(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