me
/
guix
Archived
1
0
Fork 0

gnu: r-xml2: Update to 1.1.1.

* gnu/packages/statistics.scm (r-xml2): Update to 1.1.1.
master
Ricardo Wurmus 2017-04-06 12:40:58 +02:00
parent c6e40db528
commit 0fbae8ebca
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1885,14 +1885,14 @@ and environmental data in the framework of Euclidean exploratory methods.")
(define-public r-xml2
(package
(name "r-xml2")
(version "1.0.0")
(version "1.1.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "xml2" version))
(sha256
(base32
"0f2alsrk3yykznbhnz4pcsg9mb72cv607vbapqx5kqfv39772kgr"))))
"05iifrcgzx53w5ciw8bbm4vdwc3giv4xsvazv8chqxkndfvf7wq0"))))
(build-system r-build-system)
(inputs
`(("libxml2" ,libxml2)))