[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/06: gnu: r-ggsignif: Update to 0.6.0.
From: |
guix-commits |
Subject: |
03/06: gnu: r-ggsignif: Update to 0.6.0. |
Date: |
Thu, 8 Aug 2019 10:47:15 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit d099499e0bf7f86e182e68562a76dc1efa795267
Author: Ricardo Wurmus <address@hidden>
Date: Thu Aug 8 16:35:12 2019 +0200
gnu: r-ggsignif: Update to 0.6.0.
* gnu/packages/cran.scm (r-ggsignif): Update to 0.6.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 4b998eb..87288c2 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5544,14 +5544,14 @@ movies, and TV shows.")
(define-public r-ggsignif
(package
(name "r-ggsignif")
- (version "0.5.0")
+ (version "0.6.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggsignif" version))
(sha256
(base32
- "0z04g5kqdj66fyfxb5d2m7njkqd7idbiy4xgsnxdh5pbh3cr643x"))))
+ "17j9hg967k1wp9xw3x84mqss58jkb8pvlrnlchz4i1hklgykxqbg"))))
(build-system r-build-system)
(propagated-inputs
`(("r-ggplot2" ,r-ggplot2)))
- branch master updated (ba73c43 -> eb8963d), guix-commits, 2019/08/08
- 01/06: gnu: r-biocparallel: Update to 1.18.1., guix-commits, 2019/08/08
- 02/06: gnu: r-hdf5array: Update to 1.12.2., guix-commits, 2019/08/08
- 03/06: gnu: r-ggsignif: Update to 0.6.0.,
guix-commits <=
- 04/06: gnu: r-markdown: Update to 1.1., guix-commits, 2019/08/08
- 06/06: gnu: r-quantreg: Update to 5.51., guix-commits, 2019/08/08
- 05/06: gnu: r-knitr: Update to 1.24., guix-commits, 2019/08/08