guix-commits
[Top][All Lists]
Advanced

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

14/22: gnu: r-gmodels: Update to 2.19.1.


From: guix-commits
Subject: 14/22: gnu: r-gmodels: Update to 2.19.1.
Date: Mon, 11 Mar 2024 08:33:52 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit fa0be5a49be429d38a6e7b3488577505caf149c2
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Mar 11 13:30:18 2024 +0100

    gnu: r-gmodels: Update to 2.19.1.
    
    * gnu/packages/cran.scm (r-gmodels): Update to 2.19.1.
    
    Change-Id: Ifdb09883a7093c4b3521dce0da6136f278f6ab9d
---
 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 da4aea8d61..cb50a0799c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -22801,14 +22801,14 @@ network.")
 (define-public r-gmodels
   (package
     (name "r-gmodels")
-    (version "2.18.1.1")
+    (version "2.19.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "gmodels" version))
        (sha256
         (base32
-         "158y7yh4maawn9vki8cq4sil48xib2bbpl6qgj5gvlkw3c14hzfs"))))
+         "13c8x7iwyz36qir3ikbvjb5dl6gdh4fh82qdxcpcdinwfhrbhmxv"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-gdata r-mass))



reply via email to

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