mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 01:33:18 -05:00
gnu: r-itsadug: Update to 2.4.1.
* gnu/packages/cran.scm (r-itsadug): Update to 2.4.1.
This commit is contained in:
parent
1a43188826
commit
d0e6af6159
1 changed files with 2 additions and 2 deletions
|
@ -9501,13 +9501,13 @@ (define-public r-itertools
|
|||
(define-public r-itsadug
|
||||
(package
|
||||
(name "r-itsadug")
|
||||
(version "2.4")
|
||||
(version "2.4.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "itsadug" version))
|
||||
(sha256
|
||||
(base32 "0759l7hhvj05dp92pz59xwrxjm9s1iwkwrdhs68l0fq57550j70l"))))
|
||||
(base32 "1sdqs279qxr3993hw08xg7b54yq03jw1597cqn6cf24sh9vpw9m1"))))
|
||||
(properties `((upstream-name . "itsadug")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-mgcv r-plotfunctions))
|
||||
|
|
Loading…
Reference in a new issue