mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 18:38:57 -05:00
gnu: r-deoptimr: Update to 1.0-9.
* gnu/packages/statistics.scm (r-deoptimr): Update to 1.0-9.
This commit is contained in:
parent
08de5b0689
commit
02efdd3abf
1 changed files with 2 additions and 2 deletions
|
@ -4794,14 +4794,14 @@ (define-public r-prabclus
|
|||
(define-public r-deoptimr
|
||||
(package
|
||||
(name "r-deoptimr")
|
||||
(version "1.0-8")
|
||||
(version "1.0-9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "DEoptimR" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1vz546hyjyhly70z62h5n3mn62b8llhhmim8ffp9y6jnnb0i2sc4"))))
|
||||
"04k5gi0a5hbm6znzvjaipbmkacp694krkqs38dkbxx1gymsallb1"))))
|
||||
(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