guix-commits
[Top][All Lists]
Advanced

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

06/27: gnu: r-suppdists: Update to 1.1-9.8.


From: guix-commits
Subject: 06/27: gnu: r-suppdists: Update to 1.1-9.8.
Date: Sat, 7 Sep 2024 11:53:58 -0400 (EDT)

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

commit 39ce80b558bc27b7c71ac12cf8298a000ca5ee86
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Sep 7 14:40:01 2024 +0200

    gnu: r-suppdists: Update to 1.1-9.8.
    
    * gnu/packages/cran.scm (r-suppdists): Update to 1.1-9.8.
    
    Change-Id: I94296a867e0f4404cb55080c955314f48a5cca53
---
 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 e69e8ec5a7..0f963c3412 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9112,14 +9112,14 @@ and renewable energy.")
 (define-public r-suppdists
   (package
     (name "r-suppdists")
-    (version "1.1-9.7")
+    (version "1.1-9.8")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "SuppDists" version))
        (sha256
         (base32
-         "025b9nlxz62wk84295csyzbncpn80i3iby3sxdigf3swcgi2fmbb"))))
+         "07k8sdw7qmbzflpsr1zrn8bm42qp936sm3bwpi8q7mjb7h8y40k5"))))
     (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]