guix-commits
[Top][All Lists]
Advanced

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

16/27: gnu: r-emoa: Update to 0.5-3.


From: guix-commits
Subject: 16/27: gnu: r-emoa: Update to 0.5-3.
Date: Sat, 7 Sep 2024 11:54:01 -0400 (EDT)

rekado pushed a commit to branch r-team
in repository guix.

commit aa49064a8ffef26303b46fba1e00fbec0a5480a5
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Sep 7 14:40:02 2024 +0200

    gnu: r-emoa: Update to 0.5-3.
    
    * gnu/packages/cran.scm (r-emoa): Update to 0.5-3.
    
    Change-Id: I8772b50a7a893a1e83f1da306a981b632109c46f
---
 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 7976cac3e1..f19b709c32 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -29277,13 +29277,13 @@ such as Ghostscript is needed to use this package.")
 (define-public r-emoa
   (package
     (name "r-emoa")
-    (version "0.5-2")
+    (version "0.5-3")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "emoa" version))
               (sha256
                (base32
-                "1a71xd8gdy27cfy09a4avjhc7d7idrljzan79cxb8qwb0pq9pvz9"))))
+                "1w287k5gjhgqcyq27xz0ybvhzkf1kydcnpcn30iziliw3xx71g2d"))))
     (properties `((upstream-name . "emoa")))
     (build-system r-build-system)
     (home-page "https://cran.r-project.org/web/packages/emoa/";)



reply via email to

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