guix-commits
[Top][All Lists]
Advanced

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

04/46: gnu: r-pkgbuild: Update to 1.0.8.


From: guix-commits
Subject: 04/46: gnu: r-pkgbuild: Update to 1.0.8.
Date: Tue, 12 May 2020 13:44:44 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit f5b5e688441733053563d07fbc64885177c23816
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Tue May 12 16:52:12 2020 +0200

    gnu: r-pkgbuild: Update to 1.0.8.
    
    * gnu/packages/cran.scm (r-pkgbuild): Update to 1.0.8.
---
 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 3946da0..5d5f5c9 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1771,13 +1771,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.7")
+    (version "1.0.8")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "pkgbuild" version))
        (sha256
-        (base32 "0wd9678yp6yi73n92f58wi9jc19gdq5cmbj65l6pifh2haikifr9"))))
+        (base32 "188r2ba7y5j80mnfqdf210af40yd28jjgx7rbya4iwcfx7rzqjdi"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-callr" ,r-callr)



reply via email to

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