mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 08:02:38 -05:00
gnu: r-crul: Update to 1.4.0.
* gnu/packages/cran.scm (r-crul): Update to 1.4.0.
This commit is contained in:
parent
4560bd6f51
commit
a713d1b90e
1 changed files with 2 additions and 2 deletions
|
@ -38088,14 +38088,14 @@ (define-public r-cccd
|
|||
(define-public r-crul
|
||||
(package
|
||||
(name "r-crul")
|
||||
(version "1.3")
|
||||
(version "1.4.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "crul" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0b8y12wb5kjylr8b4a2iarb5rpw1ydinw3lxp2ssq91pidyn2n40"))))
|
||||
"18n9ga0ah628k83qin75ys0wipc9dgc25xnafcj400jp85g42l4f"))))
|
||||
(properties `((upstream-name . "crul")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue