guix-commits
[Top][All Lists]
Advanced

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

01/11: gnu: r-hardhat: Update to 0.1.4.


From: guix-commits
Subject: 01/11: gnu: r-hardhat: Update to 0.1.4.
Date: Fri, 11 Sep 2020 13:05:56 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 820f4151749e0b28379b76abb81cdec0cc777eb3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Sep 11 19:03:43 2020 +0200

    gnu: r-hardhat: Update to 0.1.4.
    
    * gnu/packages/cran.scm (r-hardhat): Update to 0.1.4.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index d420af1..4eea781 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -22665,14 +22665,14 @@ counting and recursive k-means partitioning.")
 (define-public r-hardhat
   (package
     (name "r-hardhat")
-    (version "0.1.3")
+    (version "0.1.4")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "hardhat" version))
        (sha256
         (base32
-         "10x8fw0skaqci03v2qqpbradbra9arm3s5pskcwm4wricd2imr40"))))
+         "0gaj4hr4dj27jaasp7v0hzaivipplvq746ajsyz4yd1in03hfjvs"))))
     (properties `((upstream-name . "hardhat")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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