guix-commits
[Top][All Lists]
Advanced

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

13/48: gnu: r-evd: Update to 2.3-7.


From: guix-commits
Subject: 13/48: gnu: r-evd: Update to 2.3-7.
Date: Tue, 7 May 2024 16:20:52 -0400 (EDT)

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

commit c445ce257c3a419c4cb5908f28ea13099eb08c71
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 7 22:18:43 2024 +0200

    gnu: r-evd: Update to 2.3-7.
    
    * gnu/packages/cran.scm (r-evd): Update to 2.3-7.
    
    Change-Id: I6009ea9eb4138fd25542ef8c4bc1e51c60a257ab
---
 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 21f90f9228..4396c574da 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -7940,13 +7940,13 @@ which should be seen for details.")
 (define-public r-evd
   (package
     (name "r-evd")
-    (version "2.3-6.1")
+    (version "2.3-7")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "evd" version))
        (sha256
-        (base32 "0wc95hfj0gwkyghipdrhwd3s6q2agh9x2wy6y7dr6mjw7wnmjb36"))))
+        (base32 "0j2nnprzww1akin6mnj619wp6ihbd7jgbr2daj6lmgirbpqrv2aa"))))
     (properties `((upstream-name . "evd")))
     (build-system r-build-system)
     (home-page "https://cran.r-project.org/package=evd";)



reply via email to

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