[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
30/133: gnu: r-reticulate: Update to 1.22.
From: |
guix-commits |
Subject: |
30/133: gnu: r-reticulate: Update to 1.22. |
Date: |
Thu, 30 Sep 2021 06:43:04 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit eb49529221c001520e85dd2a2c06bfcac03b8f1f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Sep 29 15:33:18 2021 +0200
gnu: r-reticulate: Update to 1.22.
* gnu/packages/cran.scm (r-reticulate): Update to 1.22.
[propagated-inputs]: Add r-here.
---
gnu/packages/cran.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 788deed..855b29d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -8074,21 +8074,22 @@ always locate the files relative to your project root.")
(define-public r-reticulate
(package
(name "r-reticulate")
- (version "1.20")
+ (version "1.22")
(source
(origin
(method url-fetch)
(uri (cran-uri "reticulate" version))
(sha256
(base32
- "0ay8cb0d3lj702aw338lkc7sxj9j05izji3waww1z0lph16406bh"))))
+ "0v7m2pv94lfqiw8rhz3c9g66vvz4qvih4vd29rhfk2phmcwpnvmh"))))
(build-system r-build-system)
(inputs `(("python" ,python)))
(propagated-inputs
- `(("r-rappdirs" ,r-rappdirs)
+ `(("r-here" ,r-here)
("r-jsonlite" ,r-jsonlite)
("r-matrix" ,r-matrix)
("r-png" ,r-png)
+ ("r-rappdirs" ,r-rappdirs)
("r-rcpp" ,r-rcpp)
("r-withr" ,r-withr)))
(native-inputs
- 56/133: gnu: r-rjava: Update to 1.0-5., (continued)
- 56/133: gnu: r-rjava: Update to 1.0-5., guix-commits, 2021/09/30
- 57/133: gnu: r-ggplotify: Update to 0.1.0., guix-commits, 2021/09/30
- 41/133: gnu: r-bayestestr: Update to 0.11.0., guix-commits, 2021/09/30
- 45/133: gnu: r-rvcheck: Update to 0.2.0., guix-commits, 2021/09/30
- 47/133: gnu: r-protviz: Update to 0.7.0., guix-commits, 2021/09/30
- 18/133: gnu: r-partykit: Update to 1.2-15., guix-commits, 2021/09/30
- 17/133: gnu: r-maps: Update to 3.4.0., guix-commits, 2021/09/30
- 21/133: gnu: r-lava: Update to 1.6.10., guix-commits, 2021/09/30
- 26/133: gnu: r-sm: Update to 2.2-5.7., guix-commits, 2021/09/30
- 25/133: gnu: r-mitml: Update to 0.4-2., guix-commits, 2021/09/30
- 30/133: gnu: r-reticulate: Update to 1.22.,
guix-commits <=
- 36/133: gnu: r-flextable: Update to 0.6.8., guix-commits, 2021/09/30
- 37/133: gnu: r-argparse: Update to 2.1.1., guix-commits, 2021/09/30
- 38/133: gnu: r-proc: Update to 1.18.0., guix-commits, 2021/09/30
- 40/133: gnu: r-glmmtmb: Update to 1.1.2.3., guix-commits, 2021/09/30
- 42/133: gnu: r-gert: Update to 1.4.1., guix-commits, 2021/09/30
- 43/133: gnu: r-gsl: Update to 2.1-7., guix-commits, 2021/09/30
- 44/133: gnu: r-tidytree: Update to 0.3.5., guix-commits, 2021/09/30
- 48/133: gnu: r-parallelly: Update to 1.28.1., guix-commits, 2021/09/30
- 50/133: gnu: r-blockmodeling: Update to 1.0.5., guix-commits, 2021/09/30
- 51/133: gnu: r-spdep: Update to 1.1-11., guix-commits, 2021/09/30