diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-08 12:56:45 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-08 13:09:55 +0100 |
commit | 2777e06fa5395dd4480d4db2edbef74789914319 (patch) | |
tree | a7fbf324d071255e826d46e647081c4c3b385a43 | |
parent | 1a6fe7c9c15eecc145c7849f9b05f04be1e8f9b5 (diff) |
gnu: r-polspline: Update to 1.1.17.
* gnu/packages/cran.scm (r-polspline): Update to 1.1.17.
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 2dc0ce1c33..d52f91fc5d 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -13076,13 +13076,13 @@ either PDF/EPS files.") (define-public r-polspline (package (name "r-polspline") - (version "1.1.16") + (version "1.1.17") (source (origin (method url-fetch) (uri (cran-uri "polspline" version)) (sha256 - (base32 "0d49h7if8h6d784nsnqqxakg19kvl8cmz8k53901m2h0c0amlfxa")))) + (base32 "0c7fnxpqpy3hibiim4yib6l6bq363s97wwvllxp4lp8h06fjcyyn")))) (build-system r-build-system) (native-inputs `(("gfortran" ,gfortran))) (home-page "https://cran.r-project.org/web/packages/polspline/") |