guix-commits
[Top][All Lists]
Advanced

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

01/20: gnu: r-pkgbuild: Update to 1.0.7.


From: guix-commits
Subject: 01/20: gnu: r-pkgbuild: Update to 1.0.7.
Date: Thu, 30 Apr 2020 09:37:29 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 0590673090d5fd76074977451a7f7e800e1698c9
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Thu Apr 30 15:25:32 2020 +0200

    gnu: r-pkgbuild: Update to 1.0.7.
    
    * gnu/packages/cran.scm (r-pkgbuild): Update to 1.0.7.
---
 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 1882953..94bb1aa 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.6")
+    (version "1.0.7")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "pkgbuild" version))
        (sha256
-        (base32 "0xnlz6ivhkbmncg9hfw5p69lm4rjy3wn5lyxmygxyf4rrfnnqwxx"))))
+        (base32 "0wd9678yp6yi73n92f58wi9jc19gdq5cmbj65l6pifh2haikifr9"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-callr" ,r-callr)



reply via email to

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