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
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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