me
/
guix
Archived
1
0
Fork 0

gnu: r-repr: Update to 1.0.2.

* gnu/packages/cran.scm (r-repr): Update to 1.0.2.
master
Ricardo Wurmus 2019-12-17 14:58:07 +01:00
parent cd0e2815d5
commit 5722022f88
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -12482,14 +12482,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.0.1") (version "1.0.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "repr" version)) (uri (cran-uri "repr" version))
(sha256 (sha256
(base32 (base32
"0jy43g34r38fqprcdys0p9pliahrj5l64a9bbkzy206qgz0j5ppc")))) "0wn9fdddqjgn0bdfl75x89rcxahbgqs324bhg0pfq6va5q2mlbbw"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-base64enc" ,r-base64enc) `(("r-base64enc" ,r-base64enc)