1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-08-02 06:21:29 +02:00

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>
This commit is contained in:
Ricardo Wurmus
2026-01-14 19:42:06 +01:00
committed by Rutherther
parent b767cee286
commit 30c7c004ef
+2 -2
View File
@@ -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))