guix-commits
[Top][All Lists]
Advanced

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

14/29: gnu: r-sccore: Update to 1.0.4.


From: guix-commits
Subject: 14/29: gnu: r-sccore: Update to 1.0.4.
Date: Mon, 17 Jul 2023 09:00:09 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 4a6843b3b3303769a1e69c1a4b759f75f4e663f8
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jul 17 14:19:53 2023 +0200

    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



reply via email to

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