guix-commits
[Top][All Lists]
Advanced

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

15/27: gnu: r-sccore: Update to 1.0.5.


From: guix-commits
Subject: 15/27: gnu: r-sccore: Update to 1.0.5.
Date: Mon, 26 Feb 2024 06:35:09 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit b25c576995dff7be9ab377ed88589a2d3d502ea9
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Feb 26 12:25:12 2024 +0100

    gnu: r-sccore: Update to 1.0.5.
    
    * gnu/packages/cran.scm (r-sccore): Update to 1.0.5.
    
    Change-Id: Ibbf7b22f5ba9340e7f748b1a12bf7b3a28dff16a
---
 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 4b1f7acede..0642d70f1c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -25888,13 +25888,13 @@ code edited with @code{RStudio IDE}, @code{Emacs} and 
@code{Vim}.")
 (define-public r-sccore
   (package
     (name "r-sccore")
-    (version "1.0.4")
+    (version "1.0.5")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "sccore" version))
        (sha256
-        (base32 "11l7xl1ylzmda4i2p1b08a43pvciin2i2sas2n3cj1gmamflkji3"))))
+        (base32 "12jljngm0v75zp0zka1zdrn6pvxvqy7qpakr7vzazvq1vvjd5qlg"))))
     (properties `((upstream-name . "sccore")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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