From 7285c1db5333d1ac8ecc4786b6b36f497c9dcb0e Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sun, 22 Aug 2021 17:53:24 +0200 Subject: [PATCH] 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 cc122f856c..5d95152aec 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)