guix-commits
[Top][All Lists]
Advanced

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

04/10: gnu: r-pkgbuild: Update to 1.0.6.


From: guix-commits
Subject: 04/10: gnu: r-pkgbuild: Update to 1.0.6.
Date: Mon, 14 Oct 2019 23:25:31 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 34ac6089e161adf4f316e25cfdab3651f0c1d55e
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Oct 14 23:45:28 2019 +0200

    gnu: r-pkgbuild: Update to 1.0.6.
    
    * gnu/packages/cran.scm (r-pkgbuild): Update to 1.0.6.
---
 gnu/packages/cran.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 101e446..466e415 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1531,14 +1531,13 @@ processes.  Most of its code is based on the 
@code{psutil} Python package.")
 (define-public r-pkgbuild
   (package
     (name "r-pkgbuild")
-    (version "1.0.5")
+    (version "1.0.6")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "pkgbuild" version))
        (sha256
-        (base32
-         "0y4i85axwajrk67h3w6fiqfm6wxmhn3dr240w5l2nvqg3ahpxc8q"))))
+        (base32 "0xnlz6ivhkbmncg9hfw5p69lm4rjy3wn5lyxmygxyf4rrfnnqwxx"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-callr" ,r-callr)



reply via email to

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