guix-commits
[Top][All Lists]
Advanced

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

21/61: gnu: r-suppdists: Update to 1.1-9.5.


From: guix-commits
Subject: 21/61: gnu: r-suppdists: Update to 1.1-9.5.
Date: Thu, 16 Jan 2020 00:53:46 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit e931661af8145a443f36b3b7e3db27e6ebb71917
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Thu Jan 16 05:40:44 2020 +0100

    gnu: r-suppdists: Update to 1.1-9.5.
    
    * gnu/packages/cran.scm (r-suppdists): Update to 1.1-9.5.
---
 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 31a72c5..c801902 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -2552,14 +2552,14 @@ statistics/methods are implemented.")
 (define-public r-suppdists
   (package
     (name "r-suppdists")
-    (version "1.1-9.4")
+    (version "1.1-9.5")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "SuppDists" version))
        (sha256
         (base32
-         "1ffx8wigqqvz2pnh06jjc0fnf4vq9z2rhwk2y3f9aszn18ap3dgw"))))
+         "01j6p94m1g363nph2158fq2rmd6z3h5dvcv6aidh2d6syw131xak"))))
     (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]