guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

178/195: gnu: r-xml: Update to 3.99-0.16.


From: guix-commits
Subject: 178/195: gnu: r-xml: Update to 3.99-0.16.
Date: Fri, 15 Dec 2023 06:31:47 -0500 (EST)

rekado pushed a commit to branch r-updates
in repository guix.

commit 9234ba2e01d8927f35764fd8df743f20a65f44e2
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Dec 15 12:17:11 2023 +0100

    gnu: r-xml: Update to 3.99-0.16.
    
    * gnu/packages/statistics.scm (r-xml): Update to 3.99-0.16.
    
    Change-Id: Ic0dd6c2146f73b7add5038d469c1eeda9713b3f2
---
 gnu/packages/statistics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 046c4e8fd3..ac5a7390c3 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -3414,13 +3414,13 @@ ldap, and also supports cookies, redirects, 
authentication, etc.")
 (define-public r-xml
   (package
     (name "r-xml")
-    (version "3.99-0.15")
+    (version "3.99-0.16")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "XML" version))
               (sha256
                (base32
-                "0giv03bixc4kcq4dmcwzra7gp01i41hfr1710fd1v2hacya4d8cq"))))
+                "0ny93jlx0fpv0hs9qjm9cbcv4fh5rh0kkyhk6g0dm8wvp6x3f39m"))))
     (properties
      `((upstream-name . "XML")))
     (build-system r-build-system)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]