guix-commits
[Top][All Lists]
Advanced

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

43/114: gnu: r-gsl: Update to 2.1-7.


From: guix-commits
Subject: 43/114: gnu: r-gsl: Update to 2.1-7.
Date: Wed, 29 Sep 2021 13:22:12 -0400 (EDT)

rekado pushed a commit to branch wip-r
in repository guix.

commit 40a570108125ff5a50b1d340fbe65e654e330335
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Sep 29 15:33:21 2021 +0200

    gnu: r-gsl: Update to 2.1-7.
    
    * gnu/packages/cran.scm (r-gsl): Update to 2.1-7.
---
 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 118a783..60f7182 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -12695,14 +12695,14 @@ parametrizations of Nolan.")
 (define-public r-gsl
   (package
     (name "r-gsl")
-    (version "2.1-6")
+    (version "2.1-7")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "gsl" version))
        (sha256
         (base32
-         "0p4rh7npp6qbfc5sxjq86xjn7c9ivf3pd60qf1hldwckjqin7m7m"))))
+         "05rvky8sh3jrlz0xbd6nss8h8ykfg1v10dymhlmcykl6v5csz1hs"))))
     (build-system r-build-system)
     (inputs
      `(("gsl" ,gsl)))



reply via email to

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