diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-04-08 02:25:59 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-04-08 03:10:11 +0200 |
commit | f3785d8a1fdefbf02d99ab616b8a9b993137215d (patch) | |
tree | 192e076f4be3be250671e2c16f36316831098cd9 /gnu/packages | |
parent | 83f2c1479046837fd8151037c9c33ea7f7861cb5 (diff) |
gnu: r-shapes: Update to 1.2.6.
* gnu/packages/cran.scm (r-shapes): Update to 1.2.6.
Diffstat (limited to 'gnu/packages')
-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 67cdb3f35a..109ecdd5cf 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -21254,14 +21254,14 @@ different conceptual parts of the algorithm.") (define-public r-shapes (package (name "r-shapes") - (version "1.2.5") + (version "1.2.6") (source (origin (method url-fetch) (uri (cran-uri "shapes" version)) (sha256 (base32 - "0gfpdydfysp5mwg7qmkn73s67gvh2szb40mzqrx97h41ijgcgd8s")))) + "1p9fr95zk3q2v277c5ksb0nh26mcpzwjzjb2lmag51z6hck8cb66")))) (properties `((upstream-name . "shapes"))) (build-system r-build-system) (propagated-inputs |