[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/22: gnu: r-circlize: Update to 0.4.6.
From: |
guix-commits |
Subject: |
07/22: gnu: r-circlize: Update to 0.4.6. |
Date: |
Sat, 6 Apr 2019 17:13:33 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit b15c5c0ef953caeee58c850da85dac7bb0858c02
Author: Ricardo Wurmus <address@hidden>
Date: Sat Apr 6 22:53:47 2019 +0200
gnu: r-circlize: Update to 0.4.6.
* gnu/packages/cran.scm (r-circlize): Update to 0.4.6.
---
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 03163fd..75d8133 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1485,14 +1485,14 @@ validation and filtering on the values, making options
invisible or private.")
(define-public r-circlize
(package
(name "r-circlize")
- (version "0.4.5")
+ (version "0.4.6")
(source
(origin
(method url-fetch)
(uri (cran-uri "circlize" version))
(sha256
(base32
- "0qhn9jzw7gd0jp9rmqrlbmy5ql6hjsa68pkp0acfz1h215dl8ah9"))))
+ "1yjnb88pnzk5c1p0vjxykc7cr3394ln5axviqcf12ajibvy8rj6f"))))
(build-system r-build-system)
(propagated-inputs
`(("r-colorspace" ,r-colorspace)
- 19/22: gnu: r-ensembldb: Update to 2.6.8., (continued)
- 19/22: gnu: r-ensembldb: Update to 2.6.8., guix-commits, 2019/04/06
- 08/22: gnu: r-distillery: Update to 1.0-6., guix-commits, 2019/04/06
- 17/22: gnu: r-optparse: Update to 1.6.2., guix-commits, 2019/04/06
- 16/22: gnu: r-spdep: Update to 1.1-2., guix-commits, 2019/04/06
- 13/22: gnu: r-flextable: Update to 0.5.2., guix-commits, 2019/04/06
- 18/22: gnu: r-rjava: Update to 0.9-11., guix-commits, 2019/04/06
- 12/22: gnu: r-insight: Update to 0.2.0., guix-commits, 2019/04/06
- 14/22: gnu: r-rspectra: Update to 0.14-0., guix-commits, 2019/04/06
- 21/22: gnu: r-inspect: Update to 1.12.2., guix-commits, 2019/04/06
- 22/22: gnu: r-mlinterfaces: Update to 1.62.1., guix-commits, 2019/04/06
- 07/22: gnu: r-circlize: Update to 0.4.6.,
guix-commits <=