mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: r-repr: Update to 1.0.2.
* gnu/packages/cran.scm (r-repr): Update to 1.0.2.
This commit is contained in:
parent
cd0e2815d5
commit
5722022f88
1 changed files with 2 additions and 2 deletions
|
@ -12482,14 +12482,14 @@ (define-public r-pbdzmq
|
|||
(define-public r-repr
|
||||
(package
|
||||
(name "r-repr")
|
||||
(version "1.0.1")
|
||||
(version "1.0.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "repr" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0jy43g34r38fqprcdys0p9pliahrj5l64a9bbkzy206qgz0j5ppc"))))
|
||||
"0wn9fdddqjgn0bdfl75x89rcxahbgqs324bhg0pfq6va5q2mlbbw"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-base64enc" ,r-base64enc)
|
||||
|
|
Loading…
Reference in a new issue