rekado pushed a commit to branch master
in repository guix.

commit 1931b8bfa9bd3a8e529152b9cab75535578ebfd2
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sat Feb 18 16:08:33 2023 +0100

    gnu: r-rnexml: Update to 2.4.11.
    
    * gnu/packages/cran.scm (r-rnexml): Update to 2.4.11.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 3e19278996..d0d397b423 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -16515,13 +16515,13 @@ useful for building large phylogenies using multiple 
markers.")
 (define-public r-rnexml
   (package
     (name "r-rnexml")
-    (version "2.4.9")
+    (version "2.4.11")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "RNeXML" version))
               (sha256
                (base32
-                "180w7c8n4xcn3x7haymi1fl3fpnklqfgmaki6jkxpm3hdiffmbsd"))))
+                "0ipxdhfzccpqmnfrqdy8bizm80k2chhdlzg3p0dl05p8n35i6s94"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-ape

Reply via email to