guix-commits
[Top][All Lists]
Advanced

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

90/112: gnu: r-isoband: Update to 0.2.3.


From: guix-commits
Subject: 90/112: gnu: r-isoband: Update to 0.2.3.
Date: Wed, 9 Dec 2020 16:06:57 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 2847297e88bbb5f6c6242054b7068d77853eb51b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Dec 9 22:00:16 2020 +0100

    gnu: r-isoband: Update to 0.2.3.
    
    * gnu/packages/cran.scm (r-isoband): Update to 0.2.3.
---
 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 16e4efe..99015cf 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -22239,14 +22239,14 @@ Encyclopedia of Integer Sequences} (OEIS) in the 
function help page.")
 (define-public r-isoband
   (package
     (name "r-isoband")
-    (version "0.2.2")
+    (version "0.2.3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "isoband" version))
        (sha256
         (base32
-         "044fg014gb6v6v11gm7ivfipz45iqw9cpahjhaacw6kyahyb66zx"))))
+         "1zkzdc39dpw2z59bjck27nimz9a2vskmw0f7wb17s53dvy7k3lzr"))))
     (properties `((upstream-name . "isoband")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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