guix-commits
[Top][All Lists]
Advanced

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

03/29: gnu: r-r-devices: Update to 2.17.2.


From: guix-commits
Subject: 03/29: gnu: r-r-devices: Update to 2.17.2.
Date: Tue, 30 Jan 2024 10:15:22 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit c3e2892558bb5ad9a897ccb5de3475c5c6162e8e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jan 30 15:41:07 2024 +0100

    gnu: r-r-devices: Update to 2.17.2.
    
    * gnu/packages/cran.scm (r-r-devices): Update to 2.17.2.
    [arguments]: Add 'set-HOME phase.
    [native-inputs]: Add r-r-rsp.
    
    Change-Id: Iaaead01e690e95971148ae063aa7af589969d39c
---
 gnu/packages/cran.scm | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 1d019f13a9..6d1ead2358 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -28836,18 +28836,27 @@ identify file sets and individual files.")
 (define-public r-r-devices
   (package
     (name "r-r-devices")
-    (version "2.17.1")
+    (version "2.17.2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "R.devices" version))
        (sha256
         (base32
-         "02cwdhb9m97gxi4pki4kasc5j3a12r7yzsychzzk9h0ijc1mfziv"))))
+         "15gcvhmqwqyl3n299l9znwcjri8d8vixwwv915162sfxabsylgj0"))))
     (properties `((upstream-name . "R.devices")))
     (build-system r-build-system)
+    (arguments
+     (list
+      #:phases
+      '(modify-phases %standard-phases
+         ;; This is needed for the vignette builder
+         (add-after 'unpack 'set-HOME
+           (lambda _ (setenv "HOME" "/tmp"))))))
     (propagated-inputs
      (list r-base64enc r-r-methodss3 r-r-oo r-r-utils))
+    (native-inputs
+     (list r-r-rsp))
     (home-page "https://github.com/HenrikBengtsson/R.devices";)
     (synopsis "Unified handling of graphics devices")
     (description



reply via email to

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