guix-commits
[Top][All Lists]
Advanced

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

21/138: gnu: r-pkgbuild: Update to 1.3.1.


From: guix-commits
Subject: 21/138: gnu: r-pkgbuild: Update to 1.3.1.
Date: Wed, 5 Jan 2022 15:24:41 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit d6a544a0e610279281443fff93454abbee56886d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 5 19:34:13 2022 +0100

    gnu: r-pkgbuild: Update to 1.3.1.
    
    * gnu/packages/cran.scm (r-pkgbuild): Update to 1.3.1.
---
 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 483f8fff86..482c5afce5 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -3191,13 +3191,13 @@ processes.  Most of its code is based on the 
@code{psutil} Python package.")
 (define-public r-pkgbuild
   (package
     (name "r-pkgbuild")
-    (version "1.2.0")
+    (version "1.3.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "pkgbuild" version))
        (sha256
-        (base32 "0qx920h2viwjg10va81nj0xja495d8ni6vcc25ggvzki6a6k069f"))))
+        (base32 "0j6v5nbp8kg1m3j999gd1qsbdmqcqm1mf28ngmm177miwv8q4skw"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-callr



reply via email to

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