mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 03:59:38 -05:00
gnu: r-repr: Update to 1.1.3.
* gnu/packages/cran.scm (r-repr): Update to 1.1.3.
This commit is contained in:
parent
adbd71c876
commit
e04bf0db53
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue