gnu: r-repr: Update to 1.1.4.

* gnu/packages/cran.scm (r-repr): Update to 1.1.4.
This commit is contained in:
Ricardo Wurmus 2022-01-05 19:34:22 +01:00
parent df700d0a7c
commit 2774af54b7
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -15543,14 +15543,14 @@ compatible with @code{rzmq} are also provided.")
(define-public r-repr
(package
(name "r-repr")
(version "1.1.3")
(version "1.1.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "repr" version))
(sha256
(base32
"0qimllv9pn8wsl550bjkp5dkknbmr69j85mrwfbbq75m2ga466sk"))))
"0h3h14ybamcbwmm31ib66fx13v75vkzn4bn2v26n2h097sl9qybg"))))
(build-system r-build-system)
(propagated-inputs
(list r-base64enc r-htmltools r-jsonlite r-pillar))