me
/
guix
Archived
1
0
Fork 0

gnu: r-bindrcpp: Update to 0.2.3.

* gnu/packages/cran.scm (r-bindrcpp): Update to 0.2.3.

Change-Id: I6cde68e383bb776bfe18fe82cb3075a1ceb0c4f4
master
Ricardo Wurmus 2023-12-28 00:44:28 +01:00
parent 6ed18e6552
commit 1cef2df3ad
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6463,14 +6463,14 @@ where the bound function accepts additional arguments.")
(define-public r-bindrcpp
(package
(name "r-bindrcpp")
(version "0.2.2")
(version "0.2.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "bindrcpp" version))
(sha256
(base32
"0rz4ibjdjsxl99ff3ha79z7cnjmilx4rx58fk9kk7ld9xc4hf4s8"))))
"1yn9is89r76ay314s216whr0igych4r78kjz85amhwgfb9wawbb6"))))
(build-system r-build-system)
(propagated-inputs
(list r-bindr r-plogr r-rcpp))