guix-commits
[Top][All Lists]
Advanced

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

09/25: gnu: r-quickjsr: Update to 1.1.3.


From: guix-commits
Subject: 09/25: gnu: r-quickjsr: Update to 1.1.3.
Date: Thu, 1 Feb 2024 17:09:46 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 50c84f844352d8fedcbf87ebd8d08af8ff060f07
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Feb 1 22:13:02 2024 +0100

    gnu: r-quickjsr: Update to 1.1.3.
    
    * gnu/packages/cran.scm (r-quickjsr): Update to 1.1.3.
    
    Change-Id: I706114ebe18ebc754254ff59c34092472f8cbf0f
---
 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 b0222daed8..0321b6e3f5 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -16608,13 +16608,13 @@ estimation problem.")
 (define-public r-quickjsr
   (package
     (name "r-quickjsr")
-    (version "1.1.0")
+    (version "1.1.3")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "QuickJSR" version))
               (sha256
                (base32
-                "1mkgj7ralipfpj7vwij6g9fyzzfp6yz8fnvd9078g63dn8g4lxby"))))
+                "0ccp7dx2jhlarfn48jc0mhci5kkj0r3ibh6rjnxswvp3yg2x2bgd"))))
     (properties `((upstream-name . "QuickJSR")))
     (build-system r-build-system)
     (propagated-inputs (list r-jsonlite r-r6 r-rcpp))



reply via email to

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