guix-commits
[Top][All Lists]
Advanced

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

17/40: gnu: r-compositions: Update to 2.0-7.


From: guix-commits
Subject: 17/40: gnu: r-compositions: Update to 2.0-7.
Date: Thu, 11 Jan 2024 06:29:24 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 3f37d72acb318bf19cfa054eea8c211380c18f90
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Jan 11 11:45:21 2024 +0100

    gnu: r-compositions: Update to 2.0-7.
    
    * gnu/packages/cran.scm (r-compositions): Update to 2.0-7.
    
    Change-Id: I79365ad9f61257a1e8feb4697f51db9615845813
---
 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 2318e5d134..7f5d1dc621 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -21691,14 +21691,14 @@ users of rARPACK are advised to switch to the 
RSpectra package.")
 (define-public r-compositions
   (package
     (name "r-compositions")
-    (version "2.0-6")
+    (version "2.0-7")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "compositions" version))
        (sha256
         (base32
-         "0d0wlrwfpjvz02cwrqpg5bnrf8isz359dl9qqxn9yb6czpmp9ls5"))))
+         "1j1qa0lkb7ywh0q79dklhw4gvkxgvk3qhw3rx9srrlrc7jv22hml"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-bayesm r-mass r-robustbase r-tensora))



reply via email to

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