guix-commits
[Top][All Lists]
Advanced

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

08/54: gnu: r-spelling: Update to 2.2.1.


From: guix-commits
Subject: 08/54: gnu: r-spelling: Update to 2.2.1.
Date: Thu, 30 Mar 2023 13:21:58 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 9b95e9cfd4132ae58cb06aa411ee898c7515bdca
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Mar 30 17:56:36 2023 +0200

    gnu: r-spelling: Update to 2.2.1.
    
    * gnu/packages/cran.scm (r-spelling): Update to 2.2.1.
---
 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 c7de77f552..432f0e8ed8 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4624,14 +4624,14 @@ contained in the navigation bar.")
 (define-public r-spelling
   (package
     (name "r-spelling")
-    (version "2.2")
+    (version "2.2.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "spelling" version))
        (sha256
         (base32
-         "179nj9w1v27qq9q5240ddvggp0795998sxyqjvbqjvq9dmach3bl"))))
+         "0vr5mgw9grnsnzsc29al72p05z786hnd6b9c6wq0c0dabk5szm2g"))))
     (properties `((upstream-name . "spelling")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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