guix_mirror_bot pushed a commit to branch r-team
in repository guix.

commit bb389a6dfe9de7be66c12b0bff0ecfef75964030
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sun Feb 15 11:12:03 2026 +0100

    gnu: r-sp: Update to 2.2-1.
    
    * gnu/packages/cran.scm (r-sp): Update to 2.2-1.
    
    Change-Id: Ifcd9572513f8494f198c086547d1eaa0b4653f44
---
 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 e080e7ab9c..3924cbceae 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -17082,13 +17082,13 @@ most popular ones.")
 (define-public r-sp
   (package
     (name "r-sp")
-    (version "2.2-0")
+    (version "2.2-1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "sp" version))
        (sha256
-        (base32 "164b2il1g2bb91zfbh5dg7wglkhzxii9wqavxn5mdv3bm69yfyxm"))))
+        (base32 "0lknhmyava1a1f7pvc5zj4k4jyhcmyv5f1vipgyhhjkqphrlayi7"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-lattice))

Reply via email to