guix-commits
[Top][All Lists]
Advanced

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

43/174: gnu: r-pan: Update to 1.8.


From: guix-commits
Subject: 43/174: gnu: r-pan: Update to 1.8.
Date: Wed, 12 Jul 2023 08:31:07 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit fde0293e71cdaaf7412d537d0bc0df30291ac838
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jul 11 15:35:22 2023 +0200

    gnu: r-pan: Update to 1.8.
    
    * gnu/packages/cran.scm (r-pan): Update to 1.8.
---
 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 9b2de944c7..646a3c867c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -8112,14 +8112,14 @@ impute compatibly with the substantive model.")
 (define-public r-pan
   (package
     (name "r-pan")
-    (version "1.6")
+    (version "1.8")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "pan" version))
        (sha256
         (base32
-         "1dk3jjj826p7xrz10qz04vyc068xnypg7bp0pj4c32z3da0xzh5d"))))
+         "1vhk65j10gp9wgjj7j9nyq7wny7hkh0xa91hj47a392qq417m9yi"))))
     (build-system r-build-system)
     (native-inputs (list gfortran))
     (home-page "https://cran.r-project.org/web/packages/pan/";)



reply via email to

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