me
/
guix
Archived
1
0
Fork 0

gnu: r-rnexml: Update to 2.4.7.

* gnu/packages/cran.scm (r-rnexml): Update to 2.4.7.
master
Ricardo Wurmus 2022-05-28 08:30:30 +02:00
parent ad798636b8
commit 0396e479f7
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -14357,13 +14357,13 @@ methods, incorporating one or more trees and trait data.")
(define-public r-rnexml (define-public r-rnexml
(package (package
(name "r-rnexml") (name "r-rnexml")
(version "2.4.6") (version "2.4.7")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "RNeXML" version)) (uri (cran-uri "RNeXML" version))
(sha256 (sha256
(base32 (base32
"0k56brcg80mvx35hgc5gj8arwba4k7q0075g38qp0qgq9d1b87cs")))) "1zp6pijsc73jx8cmxb1hng36nvaf5wnhldnzlqhmba9kv9niscfb"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-ape (list r-ape