guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

64/89: gnu: r-polspline: Update to 1.1.19.


From: guix-commits
Subject: 64/89: gnu: r-polspline: Update to 1.1.19.
Date: Thu, 11 Jun 2020 11:04:28 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit d263b2d67b9fb23bbeace2995c61bfa3c65d1ec8
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Jun 11 15:10:55 2020 +0200

    gnu: r-polspline: Update to 1.1.19.
    
    * gnu/packages/cran.scm (r-polspline): Update to 1.1.19.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index cabcae4..49f1ea4 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -13652,13 +13652,13 @@ either PDF/EPS files.")
 (define-public r-polspline
   (package
     (name "r-polspline")
-    (version "1.1.18")
+    (version "1.1.19")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "polspline" version))
        (sha256
-        (base32 "00h1xg89wncfj2nk68zv7vphfcc68s7k0l5s9511bzxz8khhw9fz"))))
+        (base32 "0rhzf735hmbqfn2xbgcln4sqx7m9far72g5gq9mghgkw016kqglm"))))
     (build-system r-build-system)
     (native-inputs `(("gfortran" ,gfortran)))
     (home-page "https://cran.r-project.org/web/packages/polspline/";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]