guix-commits
[Top][All Lists]
Advanced

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

06/47: gnu: r-pkgbuild: Update to 1.0.5.


From: guix-commits
Subject: 06/47: gnu: r-pkgbuild: Update to 1.0.5.
Date: Mon, 2 Sep 2019 08:41:11 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit ef93de84ea185f873fe74a62e3547334f7cc98ac
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Sep 2 14:32:09 2019 +0200

    gnu: r-pkgbuild: Update to 1.0.5.
    
    * gnu/packages/cran.scm (r-pkgbuild): Update to 1.0.5.
---
 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 b488fcb..e3f737e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1441,14 +1441,14 @@ processes.  Most of its code is based on the 
@code{psutil} Python package.")
 (define-public r-pkgbuild
   (package
     (name "r-pkgbuild")
-    (version "1.0.4")
+    (version "1.0.5")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "pkgbuild" version))
        (sha256
         (base32
-         "0prvx91dha5pvd0k4jca2arkngvi6vnfs2indmiy3kwwzyjyyd19"))))
+         "0y4i85axwajrk67h3w6fiqfm6wxmhn3dr240w5l2nvqg3ahpxc8q"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-callr" ,r-callr)



reply via email to

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