mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-polynom: Update to 1.4-0.
* gnu/packages/cran.scm (r-polynom): Update to 1.4-0.
This commit is contained in:
parent
42e7552dc8
commit
3be585cf44
1 changed files with 2 additions and 2 deletions
|
@ -5534,14 +5534,14 @@ (define-public r-itertools
|
|||
(define-public r-polynom
|
||||
(package
|
||||
(name "r-polynom")
|
||||
(version "1.3-9")
|
||||
(version "1.4-0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "polynom" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1s4xxv5rvpigawknvq27v9vzvs83phfsj5h8mim2lmf5bj950nnk"))))
|
||||
"1pflscwc0qzdf0y60j7s0dkglgmz18xajywfbn6s263idyr8idy5"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://cran.r-project.org/web/packages/polynom/")
|
||||
(synopsis "Functions for univariate polynomial manipulations")
|
||||
|
|
Loading…
Reference in a new issue