guix-commits
[Top][All Lists]
Advanced

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

49/143: gnu: r-performance: Update to 0.10.1.


From: guix-commits
Subject: 49/143: gnu: r-performance: Update to 0.10.1.
Date: Tue, 29 Nov 2022 13:29:24 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit d73fa49ff52e8cc251d61685fbffa9392ea5836a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Nov 29 15:22:12 2022 +0100

    gnu: r-performance: Update to 0.10.1.
    
    * gnu/packages/cran.scm (r-performance): Update to 0.10.1.
---
 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 4db06e0422..cefdddca5d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -13485,14 +13485,14 @@ ROPE percentage and pd).")
 (define-public r-performance
   (package
     (name "r-performance")
-    (version "0.10.0")
+    (version "0.10.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "performance" version))
        (sha256
         (base32
-         "15yx75y17h3l1v7jpp8zbygy64lz7kds5yrgd7wrzw56564d2rhb"))))
+         "1m2zzznfbla8qdm0kxbj5vp431kpygpi4d70042hkg1ly3fyg7pz"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-bayestestr r-datawizard r-insight))



reply via email to

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