mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-arm: Update to 1.11-1.
* gnu/packages/cran.scm (r-arm): Update to 1.11-1.
This commit is contained in:
parent
b5ea7affcf
commit
1514fa85e4
1 changed files with 2 additions and 2 deletions
|
@ -9655,14 +9655,14 @@ (define-public r-feature
|
|||
(define-public r-arm
|
||||
(package
|
||||
(name "r-arm")
|
||||
(version "1.10-1")
|
||||
(version "1.11-1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "arm" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0vvp90jygajd6ydky57z66wqjq9msfbl88irj5jbsray574mh4bg"))))
|
||||
"0i2lnm09bqy1qw0ms5pw0rzw196xmnk5dxha3g8lc58lqpldp0kv"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-abind" ,r-abind)
|
||||
|
|
Loading…
Reference in a new issue