guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: r-pkgbuild: Update to 1.0.3.


From: guix-commits
Subject: 01/05: gnu: r-pkgbuild: Update to 1.0.3.
Date: Thu, 21 Mar 2019 16:10:05 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 4c871a553714553381e4b822c63d8fd877be9674
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Mar 21 21:03:50 2019 +0100

    gnu: r-pkgbuild: Update to 1.0.3.
    
    * gnu/packages/cran.scm (r-pkgbuild): Update to 1.0.3.
---
 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 c6afcdd..b40701c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1271,14 +1271,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.2")
+    (version "1.0.3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "pkgbuild" version))
        (sha256
         (base32
-         "1i1rrax7x7r2bplig5cfc50lx85jc4n9a3qmvbdviaj22wr2lghs"))))
+         "0k8zwa66rm1ncx19ld5mbaxcjxkswiczpdqyssy44vl8k6scwfn9"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-callr" ,r-callr)



reply via email to

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