gnu: r-repr: Update to 1.1.7.

* gnu/packages/cran.scm (r-repr): Update to 1.1.7.

Change-Id: I9fd9c543b402b026558e8fb9aa1eaf19f4a95b4b
This commit is contained in:
Ricardo Wurmus 2024-03-27 12:35:54 +01:00
parent c9cfc6923b
commit 2ba299fac8
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -22769,14 +22769,14 @@ (define-public r-pbdzmq
(define-public r-repr
(package
(name "r-repr")
(version "1.1.6")
(version "1.1.7")
(source
(origin
(method url-fetch)
(uri (cran-uri "repr" version))
(sha256
(base32
"0gv72qydk4r070q3jcqakvfcm4r0n9zzzpl82s0w87iw6sdnqbix"))))
"06q2xmg27w1hhapcf320zz92f5arwrf2sf0y1mp0j4a29mmnkgbk"))))
(build-system r-build-system)
(propagated-inputs
(list r-base64enc r-htmltools r-jsonlite r-pillar))