guix-commits
[Top][All Lists]
Advanced

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

52/77: gnu: r-hms: Update to 0.4.1.


From: Ricardo Wurmus
Subject: 52/77: gnu: r-hms: Update to 0.4.1.
Date: Tue, 13 Feb 2018 10:19:46 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit edab1c049bf3fe943873c9e0cb16d969b1e44c64
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Feb 13 16:07:52 2018 +0100

    gnu: r-hms: Update to 0.4.1.
    
    * gnu/packages/statistics.scm (r-hms): Update to 0.4.1.
---
 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 01e5bb6..4dd24af 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -2375,14 +2375,14 @@ were originally a part of the r-devtools package.")
 (define-public r-hms
   (package
     (name "r-hms")
-    (version "0.4.0")
+    (version "0.4.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "hms" version))
        (sha256
         (base32
-         "07sh75flp15lx2b00s3nxh04xr9gk4qhlbh125qx25isf71zw6zl"))))
+         "0vr7k3a7k52a5yf67bwzl88lkjz09v1avw5axdk1y9v3nz33zl2h"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-rlang" ,r-rlang)



reply via email to

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