mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-r-devices: Update to 2.17.1.
* gnu/packages/cran.scm (r-r-devices): Update to 2.17.1.
This commit is contained in:
parent
c0df57aa1c
commit
efeb6ba6a1
1 changed files with 2 additions and 2 deletions
|
@ -22394,14 +22394,14 @@ (define-public r-r-filesets
|
|||
(define-public r-r-devices
|
||||
(package
|
||||
(name "r-r-devices")
|
||||
(version "2.17.0")
|
||||
(version "2.17.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "R.devices" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1djz6vm1b7sjvx1q319dl47gbnz9kvipaxcz9i0spyp094lv3m62"))))
|
||||
"02cwdhb9m97gxi4pki4kasc5j3a12r7yzsychzzk9h0ijc1mfziv"))))
|
||||
(properties `((upstream-name . "R.devices")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue