~ruther/guix-local

30c7c004efd7516bbb3015b8d3591d3565bb9bed — Ricardo Wurmus 4 months ago b767cee
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>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/cran.scm
M gnu/packages/cran.scm => gnu/packages/cran.scm +2 -2
@@ 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))