rekado pushed a commit to branch master
in repository guix.
commit 09c0107f75fb412e7f6496be600d7fc4263d6afe
Author: Ricardo Wurmus <[email protected]>
Date: Thu Nov 30 16:38:48 2017 +0100
gnu: r-hms: Update to 0.4.0.
* gnu/packages/statistics.scm (r-hms): Update to 0.4.0.
[propagated-inputs]: Add r-rlang and r-pkgconfig.
---
gnu/packages/statistics.scm | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 99fa03e..4222ee2 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -2367,15 +2367,18 @@ were originally a part of the r-devtools package.")
(define-public r-hms
(package
(name "r-hms")
- (version "0.3")
+ (version "0.4.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "hms" version))
(sha256
(base32
- "127znf522r5mn3k6frhdd7pqh063bs3l85gn9h7cx50hpjf2as4k"))))
+ "07sh75flp15lx2b00s3nxh04xr9gk4qhlbh125qx25isf71zw6zl"))))
(build-system r-build-system)
+ (propagated-inputs
+ `(("r-rlang" ,r-rlang)
+ ("r-pkgconfig" ,r-pkgconfig)))
(home-page "https://github.com/rstats-db/hms")
(synopsis "Pretty time of day")
(description