me
/
guix
Archived
1
0
Fork 0

gnu: r-polynom: Update to 1.4-0.

* gnu/packages/cran.scm (r-polynom): Update to 1.4-0.
master
Ricardo Wurmus 2019-03-24 11:26:12 +01:00
parent 42e7552dc8
commit 3be585cf44
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5534,14 +5534,14 @@ patterned after functions in the snow package.")
(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")