guix-commits
[Top][All Lists]
Advanced

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

96/214: gnu: r-gmodels: Update to 2.18.1.1.


From: guix-commits
Subject: 96/214: gnu: r-gmodels: Update to 2.18.1.1.
Date: Sat, 28 May 2022 04:37:36 -0400 (EDT)

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

commit 4decc24362229cf18e447c9c136f9fd757adf8c6
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat May 28 08:30:33 2022 +0200

    gnu: r-gmodels: Update to 2.18.1.1.
    
    * gnu/packages/cran.scm (r-gmodels): Update to 2.18.1.1.
---
 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 2c427b5ab5..60009f0416 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -16862,14 +16862,14 @@ network.")
 (define-public r-gmodels
   (package
     (name "r-gmodels")
-    (version "2.18.1")
+    (version "2.18.1.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "gmodels" version))
        (sha256
         (base32
-         "0s8kd8krqk4kwv2zqxpsfy3w8qdwf5naf4b5l383vidq9sil0qb2"))))
+         "158y7yh4maawn9vki8cq4sil48xib2bbpl6qgj5gvlkw3c14hzfs"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-gdata r-mass))



reply via email to

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