guix-commits
[Top][All Lists]
Advanced

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

23/138: gnu: r-suppdists: Update to 1.1-9.7.


From: guix-commits
Subject: 23/138: gnu: r-suppdists: Update to 1.1-9.7.
Date: Wed, 5 Jan 2022 15:24:41 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 23d84dd96c5c50f0add2405d3404f4e55ad7827c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 5 19:34:13 2022 +0100

    gnu: r-suppdists: Update to 1.1-9.7.
    
    * gnu/packages/cran.scm (r-suppdists): Update to 1.1-9.7.
---
 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 a01665b25f..0b36179d88 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4291,14 +4291,14 @@ statistics/methods are implemented.")
 (define-public r-suppdists
   (package
     (name "r-suppdists")
-    (version "1.1-9.5")
+    (version "1.1-9.7")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "SuppDists" version))
        (sha256
         (base32
-         "1i3iq12a5x5k49ac01mikzcrrq9gc148xq3m08h4xm07bha6f2v8"))))
+         "025b9nlxz62wk84295csyzbncpn80i3iby3sxdigf3swcgi2fmbb"))))
     (properties `((upstream-name . "SuppDists")))
     (build-system r-build-system)
     (home-page "https://cran.r-project.org/web/packages/SuppDists";)



reply via email to

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