guix-commits
[Top][All Lists]
Advanced

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

33/174: gnu: r-pkgbuild: Update to 1.4.2.


From: guix-commits
Subject: 33/174: gnu: r-pkgbuild: Update to 1.4.2.
Date: Tue, 11 Jul 2023 14:48:04 -0400 (EDT)

rekado pushed a commit to branch r-updates
in repository guix.

commit 94b6aa5cae7577de399d99825cfff2ae20ffa0ec
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jul 11 15:35:21 2023 +0200

    gnu: r-pkgbuild: Update to 1.4.2.
    
    * gnu/packages/cran.scm (r-pkgbuild): Update to 1.4.2.
    [propagated-inputs]: Remove r-withr.
---
 gnu/packages/cran.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 151a0a2754..0c962d4bdc 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5473,13 +5473,13 @@ processes.  Most of its code is based on the 
@code{psutil} Python package.")
 (define-public r-pkgbuild
   (package
     (name "r-pkgbuild")
-    (version "1.4.0")
+    (version "1.4.2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "pkgbuild" version))
        (sha256
-        (base32 "1mjyln5njbvi0k97w8az2v5klmas6pqiz68mlylfll4nr503qzrm"))))
+        (base32 "1ic2zjcz29jbfwmsqsja4jjalzsz9ayac5zjz6nv482lsx2s4d13"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-callr
@@ -5489,8 +5489,7 @@ processes.  Most of its code is based on the 
@code{psutil} Python package.")
            r-prettyunits
            r-processx
            r-r6
-           r-rprojroot
-           r-withr))
+           r-rprojroot))
     (home-page "https://github.com/r-pkgs/pkgbuild";)
     (synopsis "Find tools needed to build R packages")
     (description



reply via email to

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