guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]