mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-deoptimr: Update to 1.1-3.
* gnu/packages/statistics.scm (r-deoptimr): Update to 1.1-3.
This commit is contained in:
parent
be130ee39a
commit
53fd3989d3
1 changed files with 2 additions and 2 deletions
|
@ -5729,14 +5729,14 @@ (define-public r-prabclus
|
|||
(define-public r-deoptimr
|
||||
(package
|
||||
(name "r-deoptimr")
|
||||
(version "1.1-2")
|
||||
(version "1.1-3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "DEoptimR" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0swycypiyxkvhn1438q0wysz2c4ky6zjw89w62dggbciqwk8xdbq"))))
|
||||
"1526g3fzii8kcy29gy6gjvaw4k9cxxidq8bh7m4j485h0wdsdn4d"))))
|
||||
(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