guix-commits
[Top][All Lists]
Advanced

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

65/86: gnu: r-altmeta: Update to 3.3.


From: guix-commits
Subject: 65/86: gnu: r-altmeta: Update to 3.3.
Date: Wed, 7 Apr 2021 21:22:12 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 3ba3fb71fb04ddc94e360bffd0c806d178f19d59
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Apr 8 02:53:48 2021 +0200

    gnu: r-altmeta: Update to 3.3.
    
    * gnu/packages/cran.scm (r-altmeta): Update to 3.3.
---
 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 cacd2fa..fe60620 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -26318,14 +26318,14 @@ phylogenetic relatedness) can also be conducted.")
 (define-public r-altmeta
   (package
     (name "r-altmeta")
-    (version "3.2")
+    (version "3.3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "altmeta" version))
        (sha256
         (base32
-         "0z252lbsknqp33i0b0xf5r7spr535iq47bv40vgip6nsqhgrl7b0"))))
+         "1xq12hnzxh7kgv2i36xprg4lkvqfmxwz3sq4a1jlq2d5g3narvcm"))))
     (properties `((upstream-name . "altmeta")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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