summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-11-08 12:56:45 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-11-08 13:09:55 +0100
commit2777e06fa5395dd4480d4db2edbef74789914319 (patch)
treea7fbf324d071255e826d46e647081c4c3b385a43
parent1a6fe7c9c15eecc145c7849f9b05f04be1e8f9b5 (diff)
downloadguix-patches-2777e06fa5395dd4480d4db2edbef74789914319.tar
guix-patches-2777e06fa5395dd4480d4db2edbef74789914319.tar.gz
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.scm4
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/")