gnu: r-repr: Update to 1.0.1.

* gnu/packages/cran.scm (r-repr): Update to 1.0.1.
master
Ricardo Wurmus 2019-05-19 09:25:23 +02:00
parent ecf4ccb944
commit 2785e61558
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -11809,14 +11809,14 @@ compatible with @code{rzmq} are also provided.")
(define-public r-repr
(package
(name "r-repr")
(version "1.0.0")
(version "1.0.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "repr" version))
(sha256
(base32
"0j8z4sl67fgnbywkhgg0bns68mbgf9iqnw4qiym2rjy1b08fpclq"))))
"0jy43g34r38fqprcdys0p9pliahrj5l64a9bbkzy206qgz0j5ppc"))))
(build-system r-build-system)
(propagated-inputs
`(("r-base64enc" ,r-base64enc)