raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit 7285c1db5333d1ac8ecc4786b6b36f497c9dcb0e
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sun Aug 22 17:53:24 2021 +0200
gnu: r-reprex: Update to 2.0.1.
* gnu/packages/cran.scm (r-reprex): Update to 2.0.1.
---
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 cc122f8..5d95152 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1197,14 +1197,14 @@ package is a port of the Python package
@code{cssselect}.")
(define-public r-reprex
(package
(name "r-reprex")
- (version "2.0.0")
+ (version "2.0.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "reprex" version))
(sha256
(base32
- "1lcnxczy28n4g3rvph09va7svcznfyqa7zdggklqb924qvy7flwh"))))
+ "09k4rasp7mz6n796dsklcbc5l7prljiznrm7fra16qybr9kqcv8f"))))
(build-system r-build-system)
(propagated-inputs
`(("r-callr" ,r-callr)