guix-commits
[Top][All Lists]
Advanced

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

151/214: gnu: r-janeaustenr: Update to 1.0.0.


From: guix-commits
Subject: 151/214: gnu: r-janeaustenr: Update to 1.0.0.
Date: Tue, 20 Sep 2022 11:07:26 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 602ba03fa722bb6c90461cbe9ea43a99bb7082bd
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Sep 20 10:53:25 2022 +0200

    gnu: r-janeaustenr: Update to 1.0.0.
    
    * gnu/packages/cran.scm (r-janeaustenr): Update to 1.0.0.
---
 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 ee8dcb8dd1..9e6b8cda01 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -29807,14 +29807,14 @@ final SQL translation of the algorithm.  It currently 
supports @code{lm()},
 (define-public r-janeaustenr
   (package
     (name "r-janeaustenr")
-    (version "0.1.5")
+    (version "1.0.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "janeaustenr" version))
        (sha256
         (base32
-         "1wyn4qc28a3sval8shmyi2d7s4nl3jh96s8pzq871brxcmrncbwr"))))
+         "1ap8p1lpbj2wz90mpf1vbyzhv2spzv03bi8lwzpsir2y77hjxhxl"))))
     (properties `((upstream-name . "janeaustenr")))
     (build-system r-build-system)
     (home-page "https://github.com/juliasilge/janeaustenr";)



reply via email to

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