~ruther/guix-local

3c9156661bef4531bd45354c254213fa7546ba93 — Ricardo Wurmus 3 months ago fb8d1fc
gnu: r-redland: Update to 1.0.17-19.

* gnu/packages/cran.scm (r-redland): Update to 1.0.17-19.

Change-Id: Id0db793ffce22f3306c802ddfeb631c932ec1233
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/cran.scm
M gnu/packages/cran.scm => gnu/packages/cran.scm +3 -3
@@ 11831,18 11831,18 @@ package is a port of the Python package @code{cssselect}.")
(define-public r-redland
  (package
    (name "r-redland")
    (version "1.0.17-18")
    (version "1.0.17-19")
    (source
     (origin
       (method url-fetch)
       (uri (cran-uri "redland" version))
       (sha256
        (base32 "183m1bvgj52w74383b5v6rfm7gn4izijixans1zdycqp68ibm6g9"))))
        (base32 "0pdgjhy65bbwxivlz9qqb497dwrdmiw2igq8da16jy7gmnkzf1zx"))))
    (properties `((upstream-name . "redland")))
    (build-system r-build-system)
    (inputs (list redland pcre2 zlib))
    (propagated-inputs (list r-roxygen2))
    (native-inputs (list r-knitr pkg-config r-spelling r-stringi r-testthat))
    (native-inputs (list pkg-config r-knitr r-spelling r-stringi r-testthat))
    (home-page "https://cran.r-project.org/package=redland")
    (synopsis "RDF library bindings in R")
    (description