mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-circular: Update to 0.5-1.
* gnu/packages/cran.scm (r-circular): Update to 0.5-1. Change-Id: I0a33b5667eb155a7af0dae9d0c691e4ab97b5b2a
This commit is contained in:
parent
bfdf94748f
commit
91d1263b0a
1 changed files with 2 additions and 2 deletions
|
@ -19791,14 +19791,14 @@ (define-public r-arm
|
|||
(define-public r-circular
|
||||
(package
|
||||
(name "r-circular")
|
||||
(version "0.5-0")
|
||||
(version "0.5-1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "circular" version))
|
||||
(sha256
|
||||
(base32
|
||||
"14kvkbmvdfzh8j4hgw93qkjkg86xlpw69sp7g8d5smcyw9fxmx2b"))))
|
||||
"1ngkhdvdzxdm8amc4s9jmiqc916fmf1xnm70gz3znxyp368zqngv"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-boot r-mvtnorm))
|
||||
|
|
Loading…
Reference in a new issue