guix-commits
[Top][All Lists]
Advanced

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

09/21: gnu: r-isoband: Update to 0.2.7.


From: guix-commits
Subject: 09/21: gnu: r-isoband: Update to 0.2.7.
Date: Mon, 2 Jan 2023 09:07:07 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit c8def63b5e8516896eb1beb4ea2bc112c1889b15
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jan 2 15:00:10 2023 +0100

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



reply via email to

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