[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
53/80: gnu: r-keras: Update to 2.6.0.
From: |
guix-commits |
Subject: |
53/80: gnu: r-keras: Update to 2.6.0. |
Date: |
Tue, 24 Aug 2021 06:31:54 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 4f5328854f250b09e5170da6b00bcb31e53cab23
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Aug 22 17:53:34 2021 +0200
gnu: r-keras: Update to 2.6.0.
* gnu/packages/cran.scm (r-keras): Update to 2.6.0.
[propagated-inputs]: Add r-ellipsis and r-glue.
---
gnu/packages/cran.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index a609186..337ad28 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -30316,18 +30316,20 @@ between them.")
(define-public r-keras
(package
(name "r-keras")
- (version "2.4.0")
+ (version "2.6.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "keras" version))
(sha256
(base32
- "00bw5f5d81md8db1k6bf2a91by4k25xvlwxiwv188y4vw3bfc7md"))))
+ "1pgdcypp9x9dw7aa5ka7qqgd24jdcp3ja94jpm7j6l6j4930k5vd"))))
(properties `((upstream-name . "keras")))
(build-system r-build-system)
(propagated-inputs
- `(("r-generics" ,r-generics)
+ `(("r-ellipsis" ,r-ellipsis)
+ ("r-generics" ,r-generics)
+ ("r-glue" ,r-glue)
("r-magrittr" ,r-magrittr)
("r-r6" ,r-r6)
("r-reticulate" ,r-reticulate)
- 55/80: gnu: r-r6: Update to 2.5.1., (continued)
- 55/80: gnu: r-r6: Update to 2.5.1., guix-commits, 2021/08/24
- 59/80: gnu: r-xml: Update to 3.99-0.7., guix-commits, 2021/08/24
- 54/80: gnu: r-survival: Update to 3.2-12., guix-commits, 2021/08/24
- 67/80: gnu: r-diffbind: Update to 3.2.5., guix-commits, 2021/08/24
- 70/80: gnu: r-treeio: Update to 1.16.2., guix-commits, 2021/08/24
- 79/80: gnu: r-sparsematrixstats: Update to 1.4.2., guix-commits, 2021/08/24
- 78/80: gnu: r-scuttle: Update to 1.2.1., guix-commits, 2021/08/24
- 61/80: gnu: r-biostrings: Update to 2.60.2., guix-commits, 2021/08/24
- 69/80: gnu: r-matrixgenerics: Update to 1.4.2., guix-commits, 2021/08/24
- 52/80: gnu: r-tensorflow: Update to 2.6.0., guix-commits, 2021/08/24
- 53/80: gnu: r-keras: Update to 2.6.0.,
guix-commits <=
- 51/80: gnu: r-opencpu: Update to 2.2.5., guix-commits, 2021/08/24
- 57/80: gnu: r-rmarkdown: Update to 2.10., guix-commits, 2021/08/24
- 56/80: gnu: r-readr: Update to 2.0.1., guix-commits, 2021/08/24
- 58/80: gnu: r-rsqlite: Update to 2.2.8., guix-commits, 2021/08/24
- 60/80: gnu: r-biomart: Update to 2.48.3., guix-commits, 2021/08/24
- 62/80: gnu: r-ensembldb: Update to 2.16.4., guix-commits, 2021/08/24
- 63/80: gnu: r-genomicfeatures: Update to 1.44.1., guix-commits, 2021/08/24
- 65/80: gnu: r-rtracklayer: Update to 1.52.1., guix-commits, 2021/08/24
- 66/80: gnu: r-structuralvariantannotation: Update to 1.8.2., guix-commits, 2021/08/24
- 68/80: gnu: r-chippeakanno: Update to 3.26.3., guix-commits, 2021/08/24