summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2020-04-30 15:25:32 +0200
committerRicardo Wurmus <rekado@elephly.net>2020-04-30 15:37:20 +0200
commit0590673090d5fd76074977451a7f7e800e1698c9 (patch)
treedf56fa77a5c96d30ee2445c7c1ff96ca8c930143
parenteca648b65b51d1154363dd63dd602ebb9797d478 (diff)
downloadpatches-0590673090d5fd76074977451a7f7e800e1698c9.tar
patches-0590673090d5fd76074977451a7f7e800e1698c9.tar.gz
gnu: r-pkgbuild: Update to 1.0.7.
* gnu/packages/cran.scm (r-pkgbuild): Update to 1.0.7.
-rw-r--r--gnu/packages/cran.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 18829537e8..94bb1aa4bc 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)