diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-11-04 09:58:51 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-11-04 10:01:16 +0100 |
commit | 7520472a6e0d36dbc81743e008372d3b31eb8469 (patch) | |
tree | 4971b9e5d70bd3d3c156c635d34c41c709343a94 /gnu/packages/cran.scm | |
parent | 6cd6f09defba78bbeca7f943e990a29f945198e1 (diff) | |
download | guix-7520472a6e0d36dbc81743e008372d3b31eb8469.tar.gz |
gnu: r-isoband: Update to 0.2.6.
* gnu/packages/cran.scm (r-isoband): Update to 0.2.6.
Diffstat (limited to 'gnu/packages/cran.scm')
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files 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 |