guix-commits
[Top][All Lists]
Advanced

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

119/125: gnu: r-r-cache: Update to 0.15.0.


From: guix-commits
Subject: 119/125: gnu: r-r-cache: Update to 0.15.0.
Date: Tue, 4 May 2021 01:33:47 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 2eab3898e1a4488171566f1e8cb919369456c53d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 4 07:13:23 2021 +0200

    gnu: r-r-cache: Update to 0.15.0.
    
    * gnu/packages/statistics.scm (r-r-cache): Update to 0.15.0.
    [arguments]: Add build phase "set-HOME".
---
 gnu/packages/statistics.scm | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 2c037d4..e2fe5a5 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -3569,15 +3569,20 @@ developing R packages.")
 (define-public r-r-cache
   (package
     (name "r-r-cache")
-    (version "0.14.0")
+    (version "0.15.0")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "R.cache" version))
               (sha256
                (base32
-                "1n8n5ihkryrbxv630dwhz4r048nyv676qd3i9f5z5fa04hvlxbqq"))))
+                "09pipn1974ivjh4sm3n5fjlh31rilf87p30qwq7y25vriyqd7d5d"))))
     (properties `((upstream-name . "R.cache")))
     (build-system r-build-system)
+    (arguments
+     `(#:phases
+       (modify-phases %standard-phases
+         (add-after 'unpack 'set-HOME
+           (lambda _ (setenv "HOME" "/tmp"))))))
     (propagated-inputs
      `(("r-digest" ,r-digest)
        ("r-r-methodss3" ,r-r-methodss3)



reply via email to

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