guix-commits
[Top][All Lists]
Advanced

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

26/31: gnu: r-isoband: Update to 0.2.2.


From: guix-commits
Subject: 26/31: gnu: r-isoband: Update to 0.2.2.
Date: Mon, 22 Jun 2020 06:16:09 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit c68914aa158d96c57e4ecbcec7d359eaf1034373
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jun 22 12:13:28 2020 +0200

    gnu: r-isoband: Update to 0.2.2.
    
    * gnu/packages/cran.scm (r-isoband): Update to 0.2.2.
    [propagated-inputs]: Remove r-rcpp.
---
 gnu/packages/cran.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 1c530c5..ebe9e86 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -21424,19 +21424,18 @@ Encyclopedia of Integer Sequences} (OEIS) in the 
function help page.")
 (define-public r-isoband
   (package
     (name "r-isoband")
-    (version "0.2.1")
+    (version "0.2.2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "isoband" version))
        (sha256
         (base32
-         "1ndlnv4g9pbd02y50sx4ffg2ccwqbi7fm2v1lh22wdd8pq33d20q"))))
+         "044fg014gb6v6v11gm7ivfipz45iqw9cpahjhaacw6kyahyb66zx"))))
     (properties `((upstream-name . "isoband")))
     (build-system r-build-system)
     (propagated-inputs
-     `(("r-rcpp" ,r-rcpp)
-       ("r-testthat" ,r-testthat)))
+     `(("r-testthat" ,r-testthat)))
     (native-inputs
      `(("r-knitr" ,r-knitr)))
     (home-page "https://github.com/wilkelab/isoband";)



reply via email to

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