diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-08-27 22:31:55 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-08-27 22:32:42 +0200 |
commit | eb8d45054e0bdb1eb4f393b68708bdb5d17689cb (patch) | |
tree | 7d6033b082dd14b0bfcbceab3e2a32c6c765dbea | |
parent | a1697ee2ea5e3cd734b494022826d135c3ef0f2e (diff) | |
download | guix-eb8d45054e0bdb1eb4f393b68708bdb5d17689cb.tar.gz guix-eb8d45054e0bdb1eb4f393b68708bdb5d17689cb.zip |
gnu: r-cpp11: Update to 0.5.0.
* gnu/packages/cran.scm (r-cpp11): Update to 0.5.0.
Change-Id: I18ed26d2bf7c67f7500d9d1cb77071e933a9b0f7
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 340c99ea0c..4ca23a5c4e 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -36036,14 +36036,14 @@ for linear mixed models (AIREML).") (define-public r-cpp11 (package (name "r-cpp11") - (version "0.4.7") + (version "0.5.0") (source (origin (method url-fetch) (uri (cran-uri "cpp11" version)) (sha256 (base32 - "0i234s1g1vc6m2sqxia5r1gaca05znjv4bff5dj74fach9k147c0")))) + "18rl8g68iwmdxiy0c3aqw17limx74hpc5q3irdqj9ndzlnvn9pbm")))) (properties `((upstream-name . "cpp11"))) (build-system r-build-system) (native-inputs (list r-knitr)) |