~ruther/guix-local

db1b38af4e1d1abb9a8bdc2a258ac621584d2e2c — Ricardo Wurmus 9 years ago 773a501
gnu: r-xml: Update to 3.98-1.5.

* gnu/packages/statistics.scm (r-xml): Update to 3.98-1.5.
[propagated-inputs]: Remove r-rcurl.
1 files changed, 2 insertions(+), 4 deletions(-)

M gnu/packages/statistics.scm
M gnu/packages/statistics.scm => gnu/packages/statistics.scm +2 -4
@@ 2305,20 2305,18 @@ ldap, and also supports cookies, redirects, authentication, etc.")
(define-public r-xml
  (package
    (name "r-xml")
    (version "3.98-1.4")
    (version "3.98-1.5")
    (source (origin
              (method url-fetch)
              (uri (cran-uri "XML" version))
              (sha256
               (base32
                "09hiy5a875v2fhsgrsfymrwccn9249wnnsr6ck2slrig65svq2lw"))))
                "0dcdj7ryn8lm7wmv4hqhh9jxa5k97l6ad8xyvb932yfkwj1g1byy"))))
    (properties
     `((upstream-name . "XML")))
    (build-system r-build-system)
    (inputs
     `(("libxml2" ,libxml2)))
    (propagated-inputs
     `(("r-rcurl" ,r-rcurl)))
    (home-page "http://www.omegahat.org/RSXML")
    (synopsis "Tools for parsing and generating XML within R")
    (description