guix-commits
[Top][All Lists]
Advanced

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

21/143: gnu: r-pkgbuild: Update to 1.4.0.


From: guix-commits
Subject: 21/143: gnu: r-pkgbuild: Update to 1.4.0.
Date: Tue, 29 Nov 2022 13:29:09 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 1253d7a34b3fcb0e6c12985d1ed0971f50fa0104
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Nov 29 15:22:04 2022 +0100

    gnu: r-pkgbuild: Update to 1.4.0.
    
    * gnu/packages/cran.scm (r-pkgbuild): Update to 1.4.0.
    [propagated-inputs]: Add r-processx.
---
 gnu/packages/cran.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 4303b494ad..0d36efe1b0 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4470,13 +4470,13 @@ processes.  Most of its code is based on the 
@code{psutil} Python package.")
 (define-public r-pkgbuild
   (package
     (name "r-pkgbuild")
-    (version "1.3.1")
+    (version "1.4.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "pkgbuild" version))
        (sha256
-        (base32 "0j6v5nbp8kg1m3j999gd1qsbdmqcqm1mf28ngmm177miwv8q4skw"))))
+        (base32 "1mjyln5njbvi0k97w8az2v5klmas6pqiz68mlylfll4nr503qzrm"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-callr
@@ -4484,6 +4484,7 @@ processes.  Most of its code is based on the 
@code{psutil} Python package.")
            r-crayon
            r-desc
            r-prettyunits
+           r-processx
            r-r6
            r-rprojroot
            r-withr))



reply via email to

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