guix-commits
[Top][All Lists]
Advanced

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

95/158: gnu: r-sccore: Update to 1.0.3.


From: guix-commits
Subject: 95/158: gnu: r-sccore: Update to 1.0.3.
Date: Sun, 19 Mar 2023 13:24:30 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 1a89402c3cbf360e13058948b0681c9992d263a9
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Mar 19 14:44:34 2023 +0100

    gnu: r-sccore: Update to 1.0.3.
    
    * gnu/packages/cran.scm (r-sccore): Update to 1.0.3.
---
 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 0de88a62ac..d452d2ef0c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -22969,13 +22969,13 @@ code edited with @code{RStudio IDE}, @code{Emacs} and 
@code{Vim}.")
 (define-public r-sccore
   (package
     (name "r-sccore")
-    (version "1.0.2")
+    (version "1.0.3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "sccore" version))
        (sha256
-        (base32 "12gm7pb6xbvf9kdsgl7ldw1c54ga9fgk99ps2kx2cq91q9m0ld4r"))))
+        (base32 "1bvqbqh8pkiljy7s3mc67wsr1jlxb19rhd95160xparmrbffpxqb"))))
     (properties `((upstream-name . "sccore")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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