guix-commits
[Top][All Lists]
Advanced

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

52/212: gnu: r-fstcore: Update to 0.9.14.


From: guix-commits
Subject: 52/212: gnu: r-fstcore: Update to 0.9.14.
Date: Sat, 18 Feb 2023 14:00:55 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 8f9099e1d9cc4b7c3b2835c80c45be1b12821046
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Feb 18 16:08:23 2023 +0100

    gnu: r-fstcore: Update to 0.9.14.
    
    * gnu/packages/cran.scm (r-fstcore): Update to 0.9.14.
---
 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 ffc0b30f5d..35471da53f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -10147,13 +10147,13 @@ using the @code{snow} package.")
 (define-public r-fstcore
   (package
     (name "r-fstcore")
-    (version "0.9.12")
+    (version "0.9.14")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "fstcore" version))
        (sha256
-        (base32 "1a5m68n2dqhi3r8wf5jwg4vjvl550c7wypcf5j0xmkvl836yg1lg"))))
+        (base32 "0mhk4l86iypg86l0jjs7szxllcy10h4rh5qy2gsmpmiv003gm3nh"))))
     (properties `((upstream-name . "fstcore")))
     (build-system r-build-system)
     (propagated-inputs (list r-rcpp))



reply via email to

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