From 934fc6db66c7c5dd169bd9e8871e03000a4fb1e8 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Mon, 28 Aug 2023 14:16:18 +0200 Subject: [PATCH] gnu: r-pan: Update to 1.9. * gnu/packages/cran.scm (r-pan): Update to 1.9. --- 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 07fec77cdd..54cc722a5d 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -8457,14 +8457,14 @@ impute compatibly with the substantive model.") (define-public r-pan (package (name "r-pan") - (version "1.8") + (version "1.9") (source (origin (method url-fetch) (uri (cran-uri "pan" version)) (sha256 (base32 - "1vhk65j10gp9wgjj7j9nyq7wny7hkh0xa91hj47a392qq417m9yi")))) + "0liwcym035174h6c4b9ddmqxa3vkpkk3alyr9psk8yhv7i61hzp3")))) (build-system r-build-system) (native-inputs (list gfortran)) (home-page "https://cran.r-project.org/web/packages/pan/")