guix-commits
[Top][All Lists]
Advanced

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

13/27: gnu: r-polspline: Update to 1.1.24.


From: guix-commits
Subject: 13/27: gnu: r-polspline: Update to 1.1.24.
Date: Tue, 31 Oct 2023 16:58:41 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 8ab1ea68508cbe1122cb5d5f5e0c1f788a290cd5
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Oct 31 17:15:10 2023 +0100

    gnu: r-polspline: Update to 1.1.24.
    
    * gnu/packages/cran.scm (r-polspline): Update to 1.1.24.
    
    Change-Id: I323fc3b50c1d215d749cd814a684463810e4bfc4
---
 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 9bdb5143c3..0b321758cb 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -22777,13 +22777,13 @@ either PDF/EPS files.")
 (define-public r-polspline
   (package
     (name "r-polspline")
-    (version "1.1.23")
+    (version "1.1.24")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "polspline" version))
        (sha256
-        (base32 "1qa9j7s09yzi65fav27zxc1w1wxwsmgjz8a8ghy7hhi5f3gvsqw3"))))
+        (base32 "0mal78f79jl6cj02xabv9vqf88m4iiadmgiv3qliv117cxkc6hb6"))))
     (build-system r-build-system)
     (native-inputs (list gfortran))
     (home-page "https://cran.r-project.org/web/packages/polspline/";)



reply via email to

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