me
/
guix
Archived
1
0
Fork 0

gnu: r-interp: Update to 1.1-6.

* gnu/packages/cran.scm (r-interp): Update to 1.1-6.

Change-Id: I846729e1637fc0f8762cf8a235cc78df2c1eb810
master
Ricardo Wurmus 2024-01-30 15:48:55 +01:00
parent 8b0a49ad4e
commit 02931399e8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -15184,13 +15184,13 @@ supported classes are those defined in packages @code{network} and
(define-public r-interp
(package
(name "r-interp")
(version "1.1-5")
(version "1.1-6")
(source (origin
(method url-fetch)
(uri (cran-uri "interp" version))
(sha256
(base32
"082b1sx7m62csqig582syki8ny9vwxk311rh8hp1cmh1l5qhjlhc"))))
"0d6ddvm94113d9bjhghjsfbhgz44q0lkjc2l809dzv1lad708x1n"))))
(properties `((upstream-name . "interp")))
(build-system r-build-system)
(propagated-inputs (list r-deldir r-rcpp r-rcppeigen))