guix-commits
[Top][All Lists]
Advanced

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

09/29: gnu: r-powerlaw: Update to 0.80.0.


From: guix-commits
Subject: 09/29: gnu: r-powerlaw: Update to 0.80.0.
Date: Tue, 30 Jan 2024 10:15:25 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 5701d131033eb61d4ef4559bf96c463937dc1f17
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jan 30 15:48:54 2024 +0100

    gnu: r-powerlaw: Update to 0.80.0.
    
    * gnu/packages/cran.scm (r-powerlaw): Update to 0.80.0.
    
    Change-Id: I1b3c185ac4a8748698fe9218c262620b42f5f06d
---
 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 af9f44a0fa..fd19025064 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -6902,13 +6902,13 @@ provided for interactively exploring the constructed 
data.")
 (define-public r-powerlaw
   (package
     (name "r-powerlaw")
-    (version "0.70.6")
+    (version "0.80.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "poweRlaw" version))
        (sha256
-        (base32 "14d1myxllvm1grnfiszzzxaiqpb2jpmsi19wq70r8r2wki293h7g"))))
+        (base32 "1jvj2x22h6px1rcxmpz9h3x8r4486sb8zl3hjrsdxqa73ypmcdbi"))))
     (properties `((upstream-name . "poweRlaw")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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