me
/
guix
Archived
1
0
Fork 0

gnu: r-repr: Update to 1.1.6.

* gnu/packages/cran.scm (r-repr): Update to 1.1.6.
master
Ricardo Wurmus 2023-02-18 16:08:37 +01:00
parent 6989fc288b
commit a2bdff58e3
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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