guix-commits
[Top][All Lists]
Advanced

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

143/218: gnu: r-isoband: Update to 0.2.6.


From: guix-commits
Subject: 143/218: gnu: r-isoband: Update to 0.2.6.
Date: Fri, 4 Nov 2022 05:14:58 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 7520472a6e0d36dbc81743e008372d3b31eb8469
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Nov 4 09:58:51 2022 +0100

    gnu: r-isoband: Update to 0.2.6.
    
    * gnu/packages/cran.scm (r-isoband): Update to 0.2.6.
---
 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 0fbdd1f7db..6da7d783d9 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -27303,14 +27303,14 @@ Encyclopedia of Integer Sequences} (OEIS) in the 
function help page.")
 (define-public r-isoband
   (package
     (name "r-isoband")
-    (version "0.2.5")
+    (version "0.2.6")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "isoband" version))
        (sha256
         (base32
-         "19bbi0n0kz33xdgmdprcmc6raphd1hcm1w1brc16z5phcsh3zxa6"))))
+         "18s3mdzl9y8v5fpvdy6iyqp3j57kw8bwhgan94373xjkaya61r17"))))
     (properties `((upstream-name . "isoband")))
     (build-system r-build-system)
     (native-inputs



reply via email to

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