mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: r-repr: Update to 1.0.1.
* gnu/packages/cran.scm (r-repr): Update to 1.0.1.
This commit is contained in:
parent
ecf4ccb944
commit
2785e61558
1 changed files with 2 additions and 2 deletions
|
@ -11809,14 +11809,14 @@ (define-public r-pbdzmq
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue