gnu: r-repr: Update to 1.1.3.

* gnu/packages/cran.scm (r-repr): Update to 1.1.3.
This commit is contained in:
Ricardo Wurmus 2021-02-11 00:54:44 +01:00
parent adbd71c876
commit e04bf0db53
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -14296,14 +14296,14 @@ (define-public r-pbdzmq
(define-public r-repr
(package
(name "r-repr")
(version "1.1.0")
(version "1.1.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "repr" version))
(sha256
(base32
"15jz780w4nd9qjd1g3gq8f5lkh60p2v3ig3hm5kl1rg3z4cf0gvl"))))
"0qimllv9pn8wsl550bjkp5dkknbmr69j85mrwfbbq75m2ga466sk"))))
(build-system r-build-system)
(propagated-inputs
`(("r-base64enc" ,r-base64enc)