gnu: r-interp: Update to 1.1-6.
* gnu/packages/cran.scm (r-interp): Update to 1.1-6. Change-Id: I846729e1637fc0f8762cf8a235cc78df2c1eb810
This commit is contained in:
parent
8b0a49ad4e
commit
02931399e8
1 changed files with 2 additions and 2 deletions
|
@ -15184,13 +15184,13 @@ supported classes are those defined in packages @code{network} and
|
||||||
(define-public r-interp
|
(define-public r-interp
|
||||||
(package
|
(package
|
||||||
(name "r-interp")
|
(name "r-interp")
|
||||||
(version "1.1-5")
|
(version "1.1-6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "interp" version))
|
(uri (cran-uri "interp" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"082b1sx7m62csqig582syki8ny9vwxk311rh8hp1cmh1l5qhjlhc"))))
|
"0d6ddvm94113d9bjhghjsfbhgz44q0lkjc2l809dzv1lad708x1n"))))
|
||||||
(properties `((upstream-name . "interp")))
|
(properties `((upstream-name . "interp")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs (list r-deldir r-rcpp r-rcppeigen))
|
(propagated-inputs (list r-deldir r-rcpp r-rcppeigen))
|
||||||
|
|
Reference in a new issue