From 4a6843b3b3303769a1e69c1a4b759f75f4e663f8 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Mon, 17 Jul 2023 14:19:53 +0200 Subject: [PATCH] gnu: r-sccore: Update to 1.0.4. * gnu/packages/cran.scm (r-sccore): Update to 1.0.4. --- 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 c3064b2bb4..a3a78dee9d 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -24053,13 +24053,13 @@ code edited with @code{RStudio IDE}, @code{Emacs} and @code{Vim}.") (define-public r-sccore (package (name "r-sccore") - (version "1.0.3") + (version "1.0.4") (source (origin (method url-fetch) (uri (cran-uri "sccore" version)) (sha256 - (base32 "1bvqbqh8pkiljy7s3mc67wsr1jlxb19rhd95160xparmrbffpxqb")))) + (base32 "11l7xl1ylzmda4i2p1b08a43pvciin2i2sas2n3cj1gmamflkji3")))) (properties `((upstream-name . "sccore"))) (build-system r-build-system) (propagated-inputs