guix-commits
[Top][All Lists]
Advanced

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

09/50: gnu: r-spelling: Update to 2.3.0.


From: guix-commits
Subject: 09/50: gnu: r-spelling: Update to 2.3.0.
Date: Wed, 6 Mar 2024 03:42:53 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 62a0cd5e4b800e598f7c0dd7bf516f7b730af69d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Mar 5 14:37:33 2024 +0100

    gnu: r-spelling: Update to 2.3.0.
    
    * gnu/packages/cran.scm (r-spelling): Update to 2.3.0.
    
    Change-Id: I08bc6914707efa49418d1473cca9b239afc39dbe
---
 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 4f6423f842..40e6a6f22a 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5823,14 +5823,14 @@ contained in the navigation bar.")
 (define-public r-spelling
   (package
     (name "r-spelling")
-    (version "2.2.1")
+    (version "2.3.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "spelling" version))
        (sha256
         (base32
-         "0vr5mgw9grnsnzsc29al72p05z786hnd6b9c6wq0c0dabk5szm2g"))))
+         "0fxa0wpmmx7bal7xb4yy3134s2bskj98kwhqn25bqga3inzqdm6d"))))
     (properties `((upstream-name . "spelling")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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