[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/150: gnu: r-diffobj: Update to 0.3.3.
From: |
guix-commits |
Subject: |
09/150: gnu: r-diffobj: Update to 0.3.3. |
Date: |
Wed, 20 Jan 2021 11:20:36 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit ec9ea1eb8bbfd3f8d50171ba23c38ffb3f904776
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 20 17:07:25 2021 +0100
gnu: r-diffobj: Update to 0.3.3.
* gnu/packages/cran.scm (r-diffobj): Update to 0.3.3.
---
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 4e853fc..15a6128 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -126,14 +126,14 @@ files and provide more explicit control over line
endings.")
(define-public r-diffobj
(package
(name "r-diffobj")
- (version "0.3.2")
+ (version "0.3.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "diffobj" version))
(sha256
(base32
- "0v18zz14g8ppzmj1d997rdmsfh327ml4wvpmfx168lravdsk5ym2"))))
+ "1x3d5sk8mk0s2d7dq8wxi1zv6krlx33n22ls2jwnb58b8xrmakj1"))))
(properties `((upstream-name . "diffobj")))
(build-system r-build-system)
(propagated-inputs `(("r-crayon" ,r-crayon)))
- branch master updated (c67ff56 -> ee3bae2), guix-commits, 2021/01/20
- 01/150: gnu: Add r-credentials., guix-commits, 2021/01/20
- 03/150: gnu: Add r-lightgbm., guix-commits, 2021/01/20
- 04/150: gnu: Add r-scattermore., guix-commits, 2021/01/20
- 05/150: gnu: Add r-labelled., guix-commits, 2021/01/20
- 02/150: gnu: Add r-gert., guix-commits, 2021/01/20
- 06/150: gnu: r-foreign: Update to 0.8-81., guix-commits, 2021/01/20
- 09/150: gnu: r-diffobj: Update to 0.3.3.,
guix-commits <=
- 12/150: gnu: r-jsonlite: Update to 1.7.2., guix-commits, 2021/01/20
- 07/150: gnu: r-httpuv: Update to 1.5.5., guix-commits, 2021/01/20
- 08/150: import/cran: Add more invalid package names to ignore., guix-commits, 2021/01/20
- 10/150: gnu: r-rticles: Update to 0.18., guix-commits, 2021/01/20
- 11/150: gnu: r-mboost: Update to 2.9-4., guix-commits, 2021/01/20
- 15/150: gnu: r-htmlwidgets: Update to 1.5.3., guix-commits, 2021/01/20
- 16/150: gnu: r-crosstalk: Update to 1.1.1., guix-commits, 2021/01/20
- 14/150: gnu: r-htmltools: Update to 0.5.1., guix-commits, 2021/01/20
- 20/150: gnu: r-circlize: Update to 0.4.12., guix-commits, 2021/01/20
- 21/150: gnu: r-getoptlong: Update to 1.0.5., guix-commits, 2021/01/20