diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-01-14 19:42:06 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:27:50 +0100 |
| commit | 30c7c004efd7516bbb3015b8d3591d3565bb9bed (patch) | |
| tree | 89103ace8f445db642ee2b796c2843151df56e29 /gnu | |
| parent | b767cee2866c911e2b833c7df545a9a0ebd347b3 (diff) | |
gnu: r-itsadug: Update to 2.5.
* gnu/packages/cran.scm (r-itsadug): Update to 2.5.
Change-Id: Ic0dca543e83059b85136a9b82fb9d648fae7174e
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 af7594aafe..70853e0651 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -25601,13 +25601,13 @@ patterned after functions in the snow package.") (define-public r-itsadug (package (name "r-itsadug") - (version "2.4.1") + (version "2.5") (source (origin (method url-fetch) (uri (cran-uri "itsadug" version)) (sha256 - (base32 "1sdqs279qxr3993hw08xg7b54yq03jw1597cqn6cf24sh9vpw9m1")))) + (base32 "0523ymvqr6p6cywc1bn8n8d4p7l1by6fmqxgs98zmyi0dkwh6b8g")))) (properties `((upstream-name . "itsadug"))) (build-system r-build-system) (propagated-inputs (list r-mgcv r-plotfunctions)) |
