[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/135: gnu: r-datawizard: Update to 0.2.1.
From: |
guix-commits |
Subject: |
02/135: gnu: r-datawizard: Update to 0.2.1. |
Date: |
Wed, 3 Nov 2021 17:59:34 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit bf379a9d5e8b05386c7889fee179ba6b3a9cd64d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Nov 1 17:52:13 2021 +0000
gnu: r-datawizard: Update to 0.2.1.
* gnu/packages/cran.scm (r-datawizard): Update to 0.2.1.
---
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 5384dbc..21068ba 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -187,14 +187,14 @@ etc.")
(define-public r-datawizard
(package
(name "r-datawizard")
- (version "0.2.0.1")
+ (version "0.2.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "datawizard" version))
(sha256
(base32
- "15q491qix4a9b10wkb5bm9jnnr62smjw4qdrw4bd51i1kgvd6kl5"))))
+ "062phzfcvn79npn4s58gz1m5ignyvr4q2zlqnyxla4p7l760djl9"))))
(properties `((upstream-name . "datawizard")))
(build-system r-build-system)
(propagated-inputs
- branch master updated (5c1ad6b -> fdb9a02), guix-commits, 2021/11/03
- 02/135: gnu: r-datawizard: Update to 0.2.1.,
guix-commits <=
- 01/135: gnu: r-interval: Update to 1.1-0.8., guix-commits, 2021/11/03
- 04/135: gnu: r-rvest: Update to 1.0.2., guix-commits, 2021/11/03
- 06/135: gnu: r-bslib: Update to 0.3.1., guix-commits, 2021/11/03
- 13/135: gnu: r-mitml: Update to 0.4-3., guix-commits, 2021/11/03
- 22/135: gnu: r-heatmaply: Update to 1.3.0., guix-commits, 2021/11/03
- 24/135: gnu: r-rjags: Update to 4-12., guix-commits, 2021/11/03
- 17/135: gnu: r-seriation: Update to 1.3.1., guix-commits, 2021/11/03
- 26/135: gnu: r-entropy: Update to 1.3.1., guix-commits, 2021/11/03
- 27/135: gnu: r-insight: Update to 0.14.5., guix-commits, 2021/11/03
- 32/135: gnu: r-cmplot: Update to 3.7.0., guix-commits, 2021/11/03