[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/09: gnu: r-rdpack: Update to 1.0.0.
From: |
guix-commits |
Subject: |
02/09: gnu: r-rdpack: Update to 1.0.0. |
Date: |
Thu, 2 Jul 2020 06:48:10 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit ddff76aae08839f030e6228ceee8a66e034d3a18
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Jul 2 12:33:02 2020 +0200
gnu: r-rdpack: Update to 1.0.0.
* gnu/packages/cran.scm (r-rdpack): Update to 1.0.0.
---
gnu/packages/cran.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 70af2d3..5a23fa3 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -6605,14 +6605,14 @@ hierarchical models using Markov Chain Monte Carlo
(MCMC) simulation.")
(define-public r-rdpack
(package
(name "r-rdpack")
- (version "0.11-1")
+ (version "1.0.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "Rdpack" version))
(sha256
(base32
- "080y15p2hl4jsq91ak2f1y2kx1iqq5c5wzyx3zyhjwp01cahy0jq"))))
+ "069yh9h57z3gjl5ih1r6wyiwmgmfzkpjxrpxg8mfq7y6zr1mynsw"))))
(properties `((upstream-name . "Rdpack")))
(build-system r-build-system)
(propagated-inputs
- branch master updated (95ccca1 -> 4be969f), guix-commits, 2020/07/02
- 01/09: gnu: r-annotationdbi: Update to 1.50.1., guix-commits, 2020/07/02
- 02/09: gnu: r-rdpack: Update to 1.0.0.,
guix-commits <=
- 04/09: gnu: r-future-apply: Update to 1.6.0., guix-commits, 2020/07/02
- 05/09: gnu: r-blockmodeling: Update to 1.0.0., guix-commits, 2020/07/02
- 03/09: gnu: r-fs: Update to 1.4.2., guix-commits, 2020/07/02
- 07/09: gnu: r-ingredients: Update to 1.3.0., guix-commits, 2020/07/02
- 09/09: gnu: r-mnormt: Update to 2.0.1., guix-commits, 2020/07/02
- 06/09: gnu: r-spdep: Update to 1.1-5., guix-commits, 2020/07/02
- 08/09: gnu: r-mda: Update to 0.5-2., guix-commits, 2020/07/02