guix-commits
[Top][All Lists]
Advanced

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

111/224: gnu: r-stanheaders: Update to 2.32.9.


From: guix-commits
Subject: 111/224: gnu: r-stanheaders: Update to 2.32.9.
Date: Wed, 17 Jul 2024 03:11:24 -0400 (EDT)

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

commit b3748a989fc6302880a31a8ff8450874e3a09ec9
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jul 2 14:58:46 2024 +0200

    gnu: r-stanheaders: Update to 2.32.9.
    
    * gnu/packages/cran.scm (r-stanheaders): Update to 2.32.9.
    
    Change-Id: Ic97b35b48c26859cf621aa3da1fdcdb6e8f9924a
---
 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 850fc4da6b..3127750138 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -32880,14 +32880,14 @@ perform @dfn{exploratory mediation} (XMed).")
 (define-public r-stanheaders
   (package
     (name "r-stanheaders")
-    (version "2.32.7")
+    (version "2.32.9")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "StanHeaders" version))
        (sha256
         (base32
-         "1dlgq0laz5j4ryiz589xhd97fk89q63255wkdbddixfg6cq02ypf"))))
+         "0cqb5q9pi02vahr4fif07p4r3p2sik953a9i78z1j00j9srzxc17"))))
     (properties `((upstream-name . "StanHeaders")))
     (build-system r-build-system)
     (inputs (list pandoc))



reply via email to

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