guix-commits
[Top][All Lists]
Advanced

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

22/29: gnu: r-emoa: Update to 0.5-2.


From: guix-commits
Subject: 22/29: gnu: r-emoa: Update to 0.5-2.
Date: Tue, 30 Jan 2024 10:15:38 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 2435d457e88923c6b47e9ae699fd0279adeec86d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jan 30 15:48:56 2024 +0100

    gnu: r-emoa: Update to 0.5-2.
    
    * gnu/packages/cran.scm (r-emoa): Update to 0.5-2.
    
    Change-Id: Ia1138543ad4a2acf104c4fc19e2d75cfa07eed81
---
 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 1ec62c00dc..b12137fdbc 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -27911,13 +27911,13 @@ such as Ghostscript is needed to use this package.")
 (define-public r-emoa
   (package
     (name "r-emoa")
-    (version "0.5-0.2")
+    (version "0.5-2")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "emoa" version))
               (sha256
                (base32
-                "0fr4ia3hkv8c7wkl64a51s6ynldppc812ynwldvbwy25dhlbvs6r"))))
+                "1a71xd8gdy27cfy09a4avjhc7d7idrljzan79cxb8qwb0pq9pvz9"))))
     (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]