diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2025-12-03 22:37:00 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:26:11 +0100 |
| commit | e64df24200739cb6274b7068f3fd90e8d07f8007 (patch) | |
| tree | 8ea35c47291d8a9d5f80a924d90c3ddacd52a68b /gnu | |
| parent | 663a92309c010f0485d7e15d12cf452c87420a5a (diff) | |
gnu: r-cards: Update to 0.7.1.
* gnu/packages/cran.scm (r-cards): Update to 0.7.1.
Change-Id: I487976a320a3374d5b2f6b78bbfbea4bea6ca5fd
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
| -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 014b68d3ce..ddee12bd7c 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -1334,13 +1334,13 @@ Companion to Applied Regression, Third Edition, Sage.") (define-public r-cards (package (name "r-cards") - (version "0.7.0") + (version "0.7.1") (source (origin (method url-fetch) (uri (cran-uri "cards" version)) (sha256 - (base32 "0vww23hhba3lmpyp2rsis49p9m82184mwns1mi02mqx2vvd3k4mi")))) + (base32 "1fd5g5pvasxfg49fs6khrlaj19z56xsf4m4yjh2vwwm86f87ksff")))) (properties `((upstream-name . "cards") ;; Do not create dependency cycle. |
