[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/104: gnu: r-hms: Update to 0.5.0.
From: |
guix-commits |
Subject: |
14/104: gnu: r-hms: Update to 0.5.0. |
Date: |
Tue, 6 Aug 2019 09:50:20 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 9b02d1c83661cddeb96b125d32ab3750ee1db7a4
Author: Ricardo Wurmus <address@hidden>
Date: Tue Aug 6 13:48:53 2019 +0200
gnu: r-hms: Update to 0.5.0.
* gnu/packages/statistics.scm (r-hms): Update to 0.5.0.
[propagated-inputs]: Add r-vctrs.
---
gnu/packages/statistics.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 75b12df..63ede82 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -2490,18 +2490,19 @@ were originally a part of the r-devtools package.")
(define-public r-hms
(package
(name "r-hms")
- (version "0.4.2")
+ (version "0.5.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "hms" version))
(sha256
(base32
- "1g6hslk3z0xga38r71irxq802wskg6nv804mp8y9f7i2wfrj0y55"))))
+ "06snfqdczr0x0nbp7qnvwhlp2pw0wx9c2y3xb4gr1wrvbik74y58"))))
(build-system r-build-system)
(propagated-inputs
`(("r-rlang" ,r-rlang)
- ("r-pkgconfig" ,r-pkgconfig)))
+ ("r-pkgconfig" ,r-pkgconfig)
+ ("r-vctrs" ,r-vctrs)))
(home-page "https://github.com/rstats-db/hms")
(synopsis "Pretty time of day")
(description
- 09/104: gnu: r-checkmate: Update to 1.9.4., (continued)
- 09/104: gnu: r-checkmate: Update to 1.9.4., guix-commits, 2019/08/06
- 01/104: gnu: r-boot: Update to 1.3-23., guix-commits, 2019/08/06
- 03/104: gnu: r-nlme: Update to 3.1-141., guix-commits, 2019/08/06
- 02/104: gnu: r-foreign: Update to 0.8-72., guix-commits, 2019/08/06
- 10/104: gnu: r-openssl: Update to 1.4.1., guix-commits, 2019/08/06
- 15/104: gnu: r-rcpparmadillo: Update to 0.9.600.4.0., guix-commits, 2019/08/06
- 08/104: gnu: r-xml2: Update to 1.2.1., guix-commits, 2019/08/06
- 12/104: gnu: r-git2r: Update to 0.26.1., guix-commits, 2019/08/06
- 18/104: gnu: r-rsqlite: Update to 2.1.2., guix-commits, 2019/08/06
- 13/104: gnu: r-devtools: Update to 2.1.0., guix-commits, 2019/08/06
- 14/104: gnu: r-hms: Update to 0.5.0.,
guix-commits <=
- 06/104: gnu: r-dplyr: Update to 0.8.3., guix-commits, 2019/08/06
- 16/104: gnu: r-rmarkdown: Update to 1.14., guix-commits, 2019/08/06
- 17/104: gnu: r-blob: Update to 1.2.0., guix-commits, 2019/08/06
- 22/104: gnu: r-domc: Update to 1.3.6., guix-commits, 2019/08/06
- 23/104: gnu: r-rngtools: Update to 1.4., guix-commits, 2019/08/06
- 24/104: gnu: r-cowplot: Update to 1.0.0., guix-commits, 2019/08/06
- 28/104: gnu: r-pbapply: Update to 1.4-1., guix-commits, 2019/08/06
- 25/104: gnu: r-fastica: Update to 1.2-2., guix-commits, 2019/08/06
- 27/104: gnu: r-robust: Update to 0.4-18.1., guix-commits, 2019/08/06
- 30/104: gnu: r-desolve: Update to 1.24., guix-commits, 2019/08/06