mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 11:26:55 -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
|
(define-public r-deoptimr
|
||||||
(package
|
(package
|
||||||
(name "r-deoptimr")
|
(name "r-deoptimr")
|
||||||
(version "1.0-8")
|
(version "1.0-9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "DEoptimR" version))
|
(uri (cran-uri "DEoptimR" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1vz546hyjyhly70z62h5n3mn62b8llhhmim8ffp9y6jnnb0i2sc4"))))
|
"04k5gi0a5hbm6znzvjaipbmkacp694krkqs38dkbxx1gymsallb1"))))
|
||||||
(properties `((upstream-name . "DEoptimR")))
|
(properties `((upstream-name . "DEoptimR")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://cran.r-project.org/web/packages/DEoptimR")
|
(home-page "https://cran.r-project.org/web/packages/DEoptimR")
|
||||||
|
|
Loading…
Reference in a new issue