[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/40: gnu: r-castor: Update to 1.8.0.
From: |
guix-commits |
Subject: |
06/40: gnu: r-castor: Update to 1.8.0. |
Date: |
Thu, 11 Jan 2024 06:29:21 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 5d855222a4bcbc5e34f6bd502054fbe8b96f3376
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Jan 11 11:45:18 2024 +0100
gnu: r-castor: Update to 1.8.0.
* gnu/packages/cran.scm (r-castor): Update to 1.8.0.
[propagated-inputs]: Add r-jsonlite.
Change-Id: I00ffcf5cbcd4badf644ec2572421c6df31792670
---
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 3523ec1be3..f0d03b76d2 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -290,16 +290,17 @@ automatically pruning objects to maintain the
constraints.")
(define-public r-castor
(package
(name "r-castor")
- (version "1.7.11")
+ (version "1.8.0")
(source (origin
(method url-fetch)
(uri (cran-uri "castor" version))
(sha256
(base32
- "1cxjgwbsacjcc10qdch6pndjxqnk20hhamxqg0lckszvkyb67yn3"))))
+ "0caw206hndfzypj33w6npvppdc5hhq1q71wriqd0ck9f238rfi3c"))))
(properties `((upstream-name . "castor")))
(build-system r-build-system)
- (propagated-inputs (list r-matrix r-naturalsort r-rcpp r-rspectra))
+ (propagated-inputs (list r-jsonlite r-matrix r-naturalsort r-rcpp
+ r-rspectra))
(home-page "https://cran.r-project.org/package=castor";)
(synopsis "Efficient phylogenetics on large trees")
(description
- 28/40: gnu: r-paws-security-identity: Update to 0.5.0., (continued)
- 28/40: gnu: r-paws-security-identity: Update to 0.5.0., guix-commits, 2024/01/11
- 29/40: gnu: r-paws-analytics: Update to 0.5.0., guix-commits, 2024/01/11
- 33/40: gnu: r-paws-database: Update to 0.5.0., guix-commits, 2024/01/11
- 37/40: gnu: r-rlang: Update to 1.1.3., guix-commits, 2024/01/11
- 17/40: gnu: r-compositions: Update to 2.0-7., guix-commits, 2024/01/11
- 27/40: gnu: r-paws-application-integration: Update to 0.5.0., guix-commits, 2024/01/11
- 38/40: gnu: r-bigmemory-sri: Update to 0.1.8., guix-commits, 2024/01/11
- 12/40: gnu: r-rcpp: Update to 1.0.12., guix-commits, 2024/01/11
- 03/40: gnu: r-topicmodels: Update to 0.2-16., guix-commits, 2024/01/11
- 22/40: gnu: r-mlr3: Update to 0.17.2., guix-commits, 2024/01/11
- 06/40: gnu: r-castor: Update to 1.8.0.,
guix-commits <=
- 05/40: gnu: r-rcurl: Update to 1.98-1.14., guix-commits, 2024/01/11
- 01/40: gnu: r-readr: Update to 2.1.5., guix-commits, 2024/01/11
- 08/40: gnu: r-ggpp: Update to 0.5.6., guix-commits, 2024/01/11
- 10/40: gnu: r-reprex: Update to 2.1.0., guix-commits, 2024/01/11
- 15/40: gnu: r-tarchetypes: Update to 0.7.11., guix-commits, 2024/01/11
- 19/40: gnu: r-gbm: Update to 2.1.9., guix-commits, 2024/01/11
- 30/40: gnu: r-paws-machine-learning: Update to 0.5.0., guix-commits, 2024/01/11
- 34/40: gnu: r-paws-storage: Update to 0.5.0., guix-commits, 2024/01/11
- 39/40: gnu: r-synchronicity: Update to 1.3.10., guix-commits, 2024/01/11
- 40/40: gnu: r-bigmemory: Update to 4.6.4., guix-commits, 2024/01/11