guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

12/35: gnu: r-hms: Update to 0.3.


From: Ricardo Wurmus
Subject: 12/35: gnu: r-hms: Update to 0.3.
Date: Thu, 29 Dec 2016 20:49:25 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit 2a1c1b80746f48739c2039332b3d10c21c075243
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Dec 29 20:45:46 2016 +0100

    gnu: r-hms: Update to 0.3.
    
    * gnu/packages/statistics.scm (r-hms): Update to 0.3.
---
 gnu/packages/statistics.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index d44fbc7..387a4ad 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -1972,14 +1972,14 @@ were originally a part of the r-devtools package.")
 (define-public r-hms
   (package
     (name "r-hms")
-    (version "0.2")
+    (version "0.3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "hms" version))
        (sha256
         (base32
-         "0ln1dc26mkl5pc26vvyf01d35x75q6cjaj39cccxp67chbwbdlds"))))
+         "127znf522r5mn3k6frhdd7pqh063bs3l85gn9h7cx50hpjf2as4k"))))
     (build-system r-build-system)
     (home-page "https://github.com/rstats-db/hms";)
     (synopsis "Pretty time of day")



reply via email to

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