mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-deoptimr: Update to 1.0-13.
* gnu/packages/statistics.scm (r-deoptimr): Update to 1.0-13.
This commit is contained in:
parent
4141309fcd
commit
e2c47544a5
1 changed files with 2 additions and 2 deletions
|
@ -5380,14 +5380,14 @@ (define-public r-prabclus
|
|||
(define-public r-deoptimr
|
||||
(package
|
||||
(name "r-deoptimr")
|
||||
(version "1.0-12")
|
||||
(version "1.0-13")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "DEoptimR" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0y9xc6lkadk3h1j22q7vnykm1xyhlbn24lkjqn8sdsmw660gjdk1"))))
|
||||
"1wpqg659vpcd6cgy4sa9qygf0s0w44n46yma8990awkgnbxjmfxa"))))
|
||||
(properties `((upstream-name . "DEoptimR")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://cran.r-project.org/web/packages/DEoptimR")
|
||||
|
|
Loading…
Reference in a new issue